Skip to content

Commit

Permalink
ruff github action: update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Feb 8, 2024
1 parent bc21339 commit 4af812d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
ls -l
- name: Download ruff
run: |
wget -c https://github.com/astral-sh/ruff/releases/download/v0.0.290/ruff-x86_64-unknown-linux-gnu.tar.gz
tar -xzf ruff-x86_64-unknown-linux-gnu.tar.gz
wget -c https://github.com/astral-sh/ruff/releases/download/v0.1.14/ruff-0.1.14-x86_64-unknown-linux-gnu.tar.gz
tar -xzf ruff-*.tar.gz
ls -l ruff
chmod a+x ruff
- name: Run ruff
Expand Down

0 comments on commit 4af812d

Please sign in to comment.