Skip to content

Commit

Permalink
don't skip linter validation (#16229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Feb 5, 2025
1 parent 1d5a5a9 commit 6ca1531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
# Inclusive check: all (new) modules are analyzed, but no need to enable "required" checks for each one
golangci-matrix-results-validation:
name: lint
if: ${{ always() && needs.golangci.result != 'skipped' }}
needs: [golangci]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6ca1531

Please sign in to comment.