Skip to content

Commit d566579

Browse files
committed
Only lint the src
1 parent 19b5c69 commit d566579

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/full_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- uses: chartboost/ruff-action@v1 # Fail fast if there are any linting errors
23+
with:
24+
src: "modelskill"
2325
- name: Set up Python ${{ matrix.python-version }}
2426
uses: actions/setup-python@v4
2527
with:

0 commit comments

Comments
 (0)