Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarvid committed Nov 1, 2024
1 parent 8511cb7 commit 9a5f941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: poetry run ruff format --check

- name: Check docstring coverage
run: poetry run docstr-coverage ./**/*.py --fail-under 20 --verbose=2
run: poetry run docstr-coverage $(find . -name "*.py") --fail-under 20 --verbose=2

0 comments on commit 9a5f941

Please sign in to comment.