Skip to content

Commit

Permalink
Merge pull request #15 from nodenv/superlinter
Browse files Browse the repository at this point in the history
super linter needs full history now
  • Loading branch information
jasonkarns authored May 26, 2024
2 parents 2467f59 + 7adcee6 commit 86767bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
statuses: write # to report status checks
steps:
- uses: actions/checkout@v4
- uses: github/super-linter/slim@v6
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- uses: super-linter/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 86767bf

Please sign in to comment.