Skip to content

Commit

Permalink
fix ruff action again
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jul 18, 2024
1 parent 8f9d673 commit 512c51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
wget -c https://github.com/astral-sh/ruff/releases/download/0.5.2/ruff-x86_64-unknown-linux-gnu.tar.gz
tar -xzf ruff-*.tar.gz
mv ruff-x86_64-unknown-linux-gnu ruff
ls -l ruff
chmod a+x ruff
- name: Run ruff
Expand Down

0 comments on commit 512c51b

Please sign in to comment.