Skip to content

Commit 6edb4c7

Browse files
committed
Exclude docs and tests from linting
1 parent 9f09060 commit 6edb4c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Check with Ruff
2222
uses: astral-sh/ruff-action@v3
23+
with:
24+
args: --exclude docs,tests
2325

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

0 commit comments

Comments
 (0)