Skip to content

Commit

Permalink
Merge pull request #306 from h5bp/dependabot/github_actions/github/su…
Browse files Browse the repository at this point in the history
…per-linter-6
  • Loading branch information
coliff committed May 2, 2024
2 parents 9130798 + a195d5f commit 820b3f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand All @@ -15,10 +17,11 @@ jobs:
uses: actions/checkout@v4

- name: Lint Code Base
uses: github/super-linter/slim@v5
uses: github/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_CHECKOV: false
VALIDATE_EDITORCONFIG: false
VALIDATE_MARKDOWN: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 820b3f9

Please sign in to comment.