Skip to content

Commit

Permalink
fix Ruff in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed May 24, 2024
1 parent 558485b commit 373e7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
pip install ruff
- name: Run Ruff
run: |
ruff format --output-format=github .
ruff format --check .
ruff check --output-format=github .
- name: Install Prettier
run: npm install -g prettier
Expand Down

0 comments on commit 373e7bf

Please sign in to comment.