mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
💚 Run ruff format --check as well
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -18,7 +18,9 @@ jobs:
|
||||
cache: true
|
||||
- name: Install dependencies
|
||||
run: pdm install --no-lock --dev
|
||||
- name: Run Ruff
|
||||
run: pdm run ruff check .
|
||||
- name: Run Ruff linter
|
||||
run: pdm run ruff check . --no-fix
|
||||
- name: Run Ruff formatter
|
||||
run: pdm run ruff format . --check
|
||||
- name: Run Pyright
|
||||
run: pdm run basedpyright
|
||||
|
||||
Reference in New Issue
Block a user