Update super-linter.yml
This commit is contained in:
Родитель
58a63fc68e
Коммит
153112fe88
|
@ -14,10 +14,7 @@
|
|||
# Start the job on all push #
|
||||
#############################
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches-ignore: []
|
||||
|
||||
###############
|
||||
# Set the Job #
|
||||
|
@ -42,7 +39,7 @@ jobs:
|
|||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@v3
|
||||
uses: github/super-linter@v4
|
||||
env:
|
||||
DEFAULT_BRANCH: main
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче