Skip to content

Commit 731d52e

Browse files
committed
Add ruff action
1 parent 5a1dfd6 commit 731d52e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docstrings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16+
- uses: chartboost/ruff-action@v1
1617
- name: Check docstrings
1718
run: ruff check --select="D" src/

0 commit comments

Comments
 (0)