Skip to content

Commit

Permalink
Update mac-m1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 5, 2024
1 parent b2b62a2 commit 8a55cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
pip install --user ruff
ruff --output-format=github --select="E,F,PLC,PLE,UP,W,YTT" --ignore="E721,PLC1901,S101,UP031" --target-version=py38 .
python3 -m ruff --output-format=github --select="E,F,PLC,PLE,UP,W,YTT" --ignore="E721,PLC1901,S101,UP031" --target-version=py38 .
lint-js:
name: Lint JS
Expand Down

0 comments on commit 8a55cf3

Please sign in to comment.