We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5baf6 commit 934aebaCopy full SHA for 934aeba
.github/workflows/primer.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: pip install -U -r requirements-test.txt
24
- name: Run primer
25
- run: python pydocstringformatter/testutils/primer.py
+ run: python -m pydocstringformatter.testutils.primer.primer
26
- name: Post comment
27
id: post-comment
28
uses: actions/github-script@v3
0 commit comments