Skip to content

Commit d900247

Browse files
committed
Run via ruff action
1 parent 731d52e commit d900247

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docstrings.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- uses: chartboost/ruff-action@v1
17-
- name: Check docstrings
18-
run: ruff check --select="D" src/
17+
with:
18+
args: check --select="D"
19+
src: src/

0 commit comments

Comments
 (0)