Skip to content

Commit

Permalink
Add path prefix to linter
Browse files Browse the repository at this point in the history
  • Loading branch information
petermnhull committed Dec 18, 2024
1 parent 4bd6644 commit a46d29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
- name: Run golangci-lint
run: golangci-lint run
run: golangci-lint run --path-prefix=.

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a46d29b

Please sign in to comment.