We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bd41c commit 18aeec4Copy full SHA for 18aeec4
.github/workflows/check.yml
@@ -35,7 +35,7 @@ jobs:
35
venv/bin/python3 -m pip install -Ur .github/requirements.txt
36
- run: venv/bin/gitlint --commits "origin/$GITHUB_BASE_REF..HEAD"
37
if: github.event_name == 'pull_request'
38
- - uses: pre-commit/action@v3.0.0
+ - uses: pre-commit/action@v3.0.1
39
40
test:
41
runs-on: ${{ matrix.os }}
0 commit comments