Skip to content

Commit d36eac7

Browse files
committed
Use Ruff's format checker
1 parent 88ab325 commit d36eac7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ jobs:
1616
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.12'
19-
- name: Ruff
20-
uses: astral-sh/ruff-action@v1
19+
- name: Ruff linter
20+
uses: astral-sh/ruff-action@v1
21+
- name: Ruff format check
22+
uses: astral-sh/ruff-action@v1
23+
with:
24+
args: "format --check"

0 commit comments

Comments
 (0)