Skip to content

Commit

Permalink
Check formatting as well
Browse files Browse the repository at this point in the history
  • Loading branch information
joris.guex committed May 21, 2024
1 parent 2a039d6 commit b993bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
- name: Run Ruff formatting check
run: ruff format --check --diff .
- name: Run Ruff linting check
run: ruff check --output-format=github .

0 comments on commit b993bda

Please sign in to comment.