Skip to content

Commit

Permalink
Stop super-linter from writing logfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 19, 2024
1 parent 157dbad commit bf2e2c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter/slim@v6
uses: github/super-linter/slim@v7
env:
SAVE_SUPER_LINTER_OUTPUT: false
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: 'tools/linters'
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cs_fixer_tmp*
vendor/*
build/*
.phpunit.result.cache

/super-linter-output/

0 comments on commit bf2e2c5

Please sign in to comment.