We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cd5dfb + a599695 commit e8b30b7Copy full SHA for e8b30b7
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
run: bash ./tools/pr-checker/checker.sh ${{ github.repository }} ${{ github.event.pull_request.number }} | tee checker.log
28
- id: Lint-Code-Base
29
if: "! github.event.pull_request.head.repo.fork"
30
- uses: super-linter/super-linter@v7.4.0
+ uses: super-linter/super-linter@v8.0.0
31
env:
32
VALIDATE_ALL_CODEBASE: false
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments