Skip to content

Add a github action to perform linting #1

Add a github action to perform linting

Add a github action to perform linting #1

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: WillAbides/[email protected]
with:
go-version: "1.24"
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.64.5