We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cc276a + fa72ea4 commit fb46f98Copy full SHA for fb46f98
.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@v8.3.2
+ uses: super-linter/super-linter@v8.5.0
31
env:
32
VALIDATE_ALL_CODEBASE: false
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments