Skip to content

Add a github action to perform linting #2

Add a github action to perform linting

Add a github action to perform linting #2

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/golangci-lint-action@v6
with:
version: v1.64.2