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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user