Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Nov 21, 2023
1 parent b338fe5 commit 2eb1cc6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,19 @@ jobs:
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_YAML: true
YAML_CONFIG_FILE: yaml_config.yaml
YAML_ERROR_ON_WARNING: false
# VALIDATE_PYTHON_PYLINT: true
# PYTHON_PYLINT_CONFIG_FILE
VALIDATE_PYTHON_ISORT: true
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
VALIDATE_PYTHON_FLAKE8: true
VALIDATE_PYTHON_BLACK: true
PYTHON_BLACK_CONFIG_FILE: pyproject.toml
VALIDATE_MARKDOWN: true
VALIDATE_DOCKERFILE_HADOLINT: true
LINTER_RULES_PATH: ./
PYTHON_BLACK_CONFIG_FILE: pyproject.toml
PYTHON_ISORT_CONFIG_FILE: pyproject.toml

DEFAULT_BRANCH: main
# DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Check for non-ASCII characters
Expand Down

0 comments on commit 2eb1cc6

Please sign in to comment.