Skip to content

fix: eliminate double API call in analyze when file mode is on #149

fix: eliminate double API call in analyze when file mode is on

fix: eliminate double API call in analyze when file mode is on #149

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v9
with:
version: v2.11.4