This commit is contained in:
Lukas Gravley 2021-12-20 14:45:11 -06:00 коммит произвёл GitHub
Родитель 58a63fc68e
Коммит 153112fe88
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 4 удалений

5
.github/workflows/super-linter.yml поставляемый
Просмотреть файл

@ -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 }}