Skip to content

Commit

Permalink
use ruff check in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 15, 2024
1 parent a7fa070 commit a8577b5
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 @@ -22,7 +22,7 @@ jobs:
uv pip install --system -r dev-requirements.txt
- name: ruff
run: |
ruff src/pynxtools_raman tests
ruff check src/pynxtools_raman tests
- name: ruff formatting
run: |
ruff format --check src/pynxtools_raman tests
Expand Down

0 comments on commit a8577b5

Please sign in to comment.