diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index bf59cd4..30a1e16 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -26,6 +26,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 e711829..ff8d69e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ build/* composer.lock cs_fixer_tmp* phpunit.xml.bak +/super-linter-output/ vendor/*