Skip to content

Commit

Permalink
CI: Update super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Sep 7, 2024
1 parent b247936 commit a03a5bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

name: Super-Linter

on:
Expand All @@ -12,12 +14,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Lint
uses: github/super-linter@v4
uses: github/super-linter@v7
env:
DEFAULT_BRANCH: master
VALIDATE_ALL_CODEBASE: false
Expand Down

0 comments on commit a03a5bb

Please sign in to comment.