Skip to content

Commit

Permalink
Trying out things
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Jul 4, 2024
1 parent b82cbbe commit e54cac6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
# MegaLinter
- name: MegaLinter
Expand All @@ -40,7 +39,7 @@ jobs:
# Validate whole codebase on pushes and only changes on pull requests
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' }}
# Tell the linter the location of the configuration file (pyproject.toml)
LINTER_RULES_PATH: /
LINTER_RULES_PATH: .
PYTHON_BLACK_CONFIG_FILE: pyproject.toml
PYTHON_FLAKE8_CONFIG_FILE: tox.ini
FILTER_REGEX_EXCLUDE: .*python/nav/smidumps/.*
Expand Down

0 comments on commit e54cac6

Please sign in to comment.