Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards authored Jul 2, 2024
1 parent 4aa61c0 commit a540bef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Lint Code Base

on:
Expand All @@ -7,7 +8,6 @@ on:
permissions: { }

jobs:

build:
name: Lint Code Base
runs-on: ubuntu-latest
Expand All @@ -21,8 +21,7 @@ jobs:
- name: Checkout code
- uses: actions/checkout@v4
with:
fetch-depth: 0

fetch-depth: 0
- name: Super-Linter
uses: super-linter/super-linter@v6.6.0
env:
Expand Down

0 comments on commit a540bef

Please sign in to comment.