Skip to content

Commit

Permalink
feat: OBS-8 - correct path to golangci-lint.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Jan 29, 2024
1 parent 53d53ed commit 983c37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
version: v1.54
working-directory: ${{ matrix.go }}
args: --config ./.github/golangci.yaml --issues-exit-code=0
args: --config ../.github/golangci.yaml --issues-exit-code=0
skip-pkg-cache: true
skip-build-cache: true

0 comments on commit 983c37f

Please sign in to comment.