We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93758e2 commit 587caadCopy full SHA for 587caad
.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/[email protected].0
+ - uses: pre-commit/[email protected].1
39
40
test:
41
runs-on: ${{ matrix.os }}
0 commit comments