Skip to content

Commit f141fcb

Browse files
committed
initial attempt adding github action: python-interrogate-check
1 parent 9ad623c commit f141fcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
run: |
2020
make init
2121
make check_lint
22+
- name: check docstring coverage
23+
uses: JackMcKew/python-interrogate-check@main
24+
with:
25+
path: 'causalpy'
2226
test:
2327
runs-on: ubuntu-latest
2428
strategy:

0 commit comments

Comments
 (0)