Skip to content

Commit

Permalink
ci: fix linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBodor committed Aug 5, 2024
1 parent 606b56f commit 2fc848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
python3 --version
- name: Check linting and formatting using ruff
run: |
python3 -m pip install pip install ruff==0.5.1
python3 -m pip install ruff==0.5.1
ruff check || (echo "Please ensure you have the latest version of ruff (`ruff -V`) installed locally." && (exit 1))
ruff format --check || (echo "Please ensure you have the latest version of ruff (`ruff -V`) installed locally." && (exit 1))

0 comments on commit 2fc848a

Please sign in to comment.