Skip to content

Commit

Permalink
Ruff > black, check format
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Feb 27, 2025
1 parent 97d0ec5 commit 5c0fc91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: uv run python manage.py test


lint-black:
lint-ruff:
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -27,8 +27,10 @@ jobs:
uses: astral-sh/setup-uv@v5


- name: Run black
- name: Run ruff
run: uv run ruff check grades grades_api grades_api_v2 gradestats scripts clients
- name: Run ruff format
run: uv run ruff format --check grades grades_api grades_api_v2 gradestats scripts clients

check-migrations:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5c0fc91

Please sign in to comment.