Merge pull request #5759 from jbampton/lint-modified-files

Super-Linter: Lint modified files only
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-07-29 10:24:01 +09:00
committed by GitHub
+10 -3
View File
@@ -1,4 +1,4 @@
name: Super Linter
name: Super-Linter
on: [pull_request]
@@ -7,12 +7,19 @@ jobs:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: github/super-linter@v4.9.5
- name: Checkout Code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4.9.5
env:
ERROR_ON_MISSING_EXEC_BIT: true
VALIDATE_BASH: true
# VALIDATE_BASH_EXEC: true
# VALIDATE_EDITORCONFIG: true
# VALIDATE_SHELL_SHFMT: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false