💚 Run ruff format --check as well

This commit is contained in:
2024-08-03 16:13:01 +02:00
parent 0fd433f3b9
commit 4305eaef67

View File

@@ -18,7 +18,9 @@ jobs:
cache: true cache: true
- name: Install dependencies - name: Install dependencies
run: pdm install --no-lock --dev run: pdm install --no-lock --dev
- name: Run Ruff - name: Run Ruff linter
run: pdm run ruff check . run: pdm run ruff check . --no-fix
- name: Run Ruff formatter
run: pdm run ruff format . --check
- name: Run Pyright - name: Run Pyright
run: pdm run basedpyright run: pdm run basedpyright