Skip to content

Commit

Permalink
Run ruff format in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Aug 25, 2024
1 parent 22c70ef commit 2a5a92e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
pip install ruff
# Update output format to enable automatic inline annotations.
- name: Run Ruff
run: ruff check --output-format=github python/
run: |
ruff check --output-format=github python/
ruff format python/
generate-license:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2a5a92e

Please sign in to comment.