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 39544d2 commit c14b2e8Copy full SHA for c14b2e8
.github/workflows/test.yml
@@ -99,8 +99,8 @@ jobs:
99
python -m pip install . --pre --group test --group doc
100
pip list
101
102
- - name: "Check File Existence"
103
- uses: thebinaryfelix/check-file-existence-action@v1
+ - name: Check File Existence
+ uses: thebinaryfelix/check-file-existence-action@1.0.0
104
with:
105
files: numpydoc/tests/hooks/test_validate_hook.py
106
0 commit comments