Skip to content

Commit 371a75c

Browse files
committed
Fix ruff arguments
1 parent 8ee9152 commit 371a75c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
with:
1919
python-version: "3.10"
2020

21-
- name: Lint with Ruff
21+
- name: Check formatting with Ruff
2222
uses: astral-sh/ruff-action@v3
2323
with:
2424
args: format --check --diff --exclude docs,tests
2525

26-
- name: Check formatting with Ruff
26+
- name: Lint with Ruff
2727
uses: astral-sh/ruff-action@v3
2828
with:
29-
args: --check exclude docs,tests
29+
args: check --exclude docs,tests
3030

3131
- name: Install package and its dependencies
3232
run: pip install --editable .[dev,idxml]

0 commit comments

Comments
 (0)