From 79a6fa4c73618e7c2d40b9e5989223d2be5eff39 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 succeeds) --- .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 b9a99383df..83c55097ca 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -36,7 +36,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