diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 00d221e..eb8c186 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -23,6 +23,8 @@ jobs: VALIDATE_PYTHON_ISORT: false VALIDATE_PYTHON_MYPY: false VALIDATE_ALL_CODEBASE: false #set this to true if you want the linter to always check the entire codebase instead of the committed changes. NOT CONVINIENT IF THERE IS A LOT OF CODE + VALIDATE_YAML: false + VALIDATE_CSS: false