Skip to content

Commit

Permalink
Fix linter CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Apr 24, 2024
1 parent 7c04fc3 commit d4973f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
fetch-depth: 0

- name: Lint codebase
uses: github/super-linter@v6
uses: super-linter/super-linter@v6
env:
# This repo is small enough for a full check
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d4973f6

Please sign in to comment.