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 9186f21 commit bd859b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
- name: staticcheck
if: ${{ matrix.go == '1.23' && matrix.gdal == 'release/3.10' }}
uses: reviewdog/action-staticcheck@v1
env:
PKG_CONFIG_PATH: /optgdal/lib/pkgconfig/
with:
level: error
fail_on_error: true
- name: golangci-lint
if: ${{ matrix.go == '1.23' && matrix.gdal == 'release/3.10' }}
uses: reviewdog/action-golangci-lint@v2
Expand Down

0 comments on commit bd859b9

Please sign in to comment.