From 9250f7c37ead91d9d3c6dcd8a62bbad01b102e82 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Thu, 4 Jul 2024 10:05:51 +0200 Subject: [PATCH] Validate all codebase (only for showing that it fails) --- .github/workflows/linter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 02a4422df8..e952ae71ea 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -38,7 +38,8 @@ jobs: FORMATTERS_DISABLE_ERRORS: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Validate whole codebase on pushes and only changes on pull requests - VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' }} + # Change this to VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' }} + VALIDATE_ALL_CODEBASE: true # Tell the linter the location of the configuration file (pyproject.toml) LINTER_RULES_PATH: / PYTHON_BLACK_CONFIG_FILE: pyproject.toml