Skip to content

Commit

Permalink
Merge pull request #318 from h5bp/dependabot/github_actions/github/su…
Browse files Browse the repository at this point in the history
…per-linter-7

Bump github/super-linter from 6 to 7
  • Loading branch information
coliff committed Sep 2, 2024
2 parents 820b3f9 + aac0c1a commit b428aff
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches-ignore:
- "dependabot/**"

jobs:
build:
Expand All @@ -15,13 +16,17 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0

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

0 comments on commit b428aff

Please sign in to comment.