try agiain 3

pull/19023/head
QuantumGhost 1 year ago
parent eb009a36d5
commit b927ada4dc

@ -9,6 +9,10 @@ concurrency:
group: style-${{ github.head_ref || github.run_id }} group: style-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
permissions:
checks: write
jobs: jobs:
python-style: python-style:
name: Python Style name: Python Style
@ -171,6 +175,7 @@ jobs:
uses: super-linter/super-linter/slim@v7 uses: super-linter/super-linter/slim@v7
env: env:
DEFAULT_BRANCH: main DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORE_GENERATED_FILES: true IGNORE_GENERATED_FILES: true
IGNORE_GITIGNORED_FILES: true IGNORE_GITIGNORED_FILES: true
# EditorConfig validation # EditorConfig validation

Loading…
Cancel
Save