Skip to content

chore(ci): add codeql analysis #302

chore(ci): add codeql analysis

chore(ci): add codeql analysis #302

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golint:
name: golint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
args: --issues-exit-code=1
only-new-issues: true