From 0595f129ec22eeeec65558c12c902d13eda871aa Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Mon, 19 Aug 2024 22:40:00 +0200 Subject: [PATCH] Stop super-linter from writing logfiles --- .github/workflows/php.yml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 7f311e864..82c20a6a5 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -28,6 +28,7 @@ jobs: - name: Lint Code Base uses: super-linter/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' diff --git a/.gitignore b/.gitignore index f60d6a2f9..2e6092692 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ /composer.lock /composer.phar phpunit.xml.bak +/super-linter-output/ /vendor/