Skip to content

Commit

Permalink
Use correct folder in ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Feb 20, 2024
1 parent 138770f commit e52ebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install -r dev-requirements.txt
- name: ruff
run: |
ruff pynxtools tests
ruff pynxtools_mpes tests
- name: ruff formatting
run: |
ruff format --check pynxtools_mpes tests
Expand Down

0 comments on commit e52ebc9

Please sign in to comment.