Skip to content

Commit c2ec96e

Browse files
committed
✨ Enhance lib-checks.yml to include ruff formatter check
1 parent 0658d79 commit c2ec96e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lib-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ jobs:
6262
enable-cache: true
6363
- name: Sync dependencies
6464
run: uv sync --no-python-downloads --group dev
65-
- name: "Run ruff"
65+
- name: "Run ruff linter check"
6666
run: uv run ruff check discord/
67+
- name: "Run ruff formatter check"
68+
run: uv run ruff format --check discord/
6769
mypy:
6870
if: ${{ github.event_name != 'schedule' }}
6971
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)