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 2e46c5e commit eb778e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Lint Code Base
uses: super-linter/super-linter/slim@v7
env:
SAVE_SUPER_LINTER_OUTPUT: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: 'tools/linters'
LOG_LEVEL: NOTICE
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ build/*
composer.lock
cs_fixer_tmp*
phpunit.xml.bak
/super-linter-output/
vendor/*
build/*

0 comments on commit eb778e1

Please sign in to comment.