Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Jan 7, 2025
1 parent bd859b9 commit 7ce4a4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
PKG_CONFIG_PATH: /optgdal/lib/pkgconfig/
with:
level: error
fail_on_error: true
fail_level: error
- name: golangci-lint
if: ${{ matrix.go == '1.23' && matrix.gdal == 'release/3.10' }}
uses: reviewdog/action-golangci-lint@v2
Expand All @@ -109,4 +109,5 @@ jobs:
with:
golangci_lint_flags: "--timeout=5m --skip-files=doc_test.go"
level: error
fail_on_error: true
cache: false
fail_level: error

0 comments on commit 7ce4a4b

Please sign in to comment.