Update weekly-supelinter.yaml

This commit is contained in:
Alexandre
2025-06-08 22:52:36 +02:00
committed by GitHub
parent dd43ef12e2
commit 9dd7cbac64

View File

@@ -27,6 +27,7 @@ jobs:
- name: Run Super Linter - name: Run Super Linter
uses: super-linter/super-linter/slim@main uses: super-linter/super-linter/slim@main
continue-on-error: true
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true VALIDATE_ALL_CODEBASE: true
@@ -69,6 +70,5 @@ jobs:
signoff: true signoff: true
delete-branch: true delete-branch: true
branch: lint/autofix branch: lint/autofix
clean: true
body: | body: |
This pull request was automatically created by the GitHub Actions Super-Linter workflow to fix detected linting issues. This pull request was automatically created by the GitHub Actions Super-Linter workflow to fix detected linting issues.