Skip to content

Commit

Permalink
update super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jan 17, 2025
1 parent 79d949f commit 6da59fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,22 @@ on:
- main
- master

permissions: {}

jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
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/slim@v4
uses: github/super-linter/slim@v6
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_CLANG_FORMAT: false
Expand Down

0 comments on commit 6da59fb

Please sign in to comment.