Skip to content

Commit

Permalink
ci(ruff): try adding Format and lint (python) step
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Dec 14, 2024
1 parent 9a0a22d commit 3706ebb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Format toml
run: uvx taplo fmt

- name: Format and lint (python)
run: |
uvx ruff check
uvx ruff format --check
- name: Install Node dependencies
run: npm ci

Expand Down

0 comments on commit 3706ebb

Please sign in to comment.