Skip to content

Commit

Permalink
Re-enable Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
xx4h committed Apr 13, 2024
1 parent 0810cfd commit d697158
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
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@v4
uses: super-linter/super-linter@v6.3.1
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
# only validate new or edited files
# VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d697158

Please sign in to comment.