Skip to content

Commit

Permalink
ruff workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theShinigami committed Oct 17, 2024
1 parent bd5c882 commit 03f0500
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: python -Im pip install --user ruff
- name: Install Ruff
run: pip install ruff

- name: Run Ruff
run: ruff --output-format=github .
run: ruff check --output-format=github .

0 comments on commit 03f0500

Please sign in to comment.