Skip to content

Commit

Permalink
Merge pull request #10 from fastenhealth/ci/formatter
Browse files Browse the repository at this point in the history
Add formatter to CI
  • Loading branch information
dgbaenar authored Oct 8, 2024
2 parents 6343b66 + 0e27f25 commit 45f2999
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
pip install ruff
# Update output format to enable automatic inline annotations.
- name: Run Ruff
run: ruff check --output-format=github .
run: ruff check --output-format=github .
- name: Format check
run: ruff format --check .

0 comments on commit 45f2999

Please sign in to comment.