Skip to content

Commit

Permalink
Fix path to ruff executable
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Oct 17, 2024
1 parent 1affcf3 commit 875f1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
- name: "Extract"
run: tar xzvf ruff-x86_64-apple-darwin.tar.gz
- name: "Run Ruff"
run: ./ruff --help
run: ./ruff-x86_64-apple-darwin/ruff --help

0 comments on commit 875f1c6

Please sign in to comment.