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.
2 parents 364b890 + 6ced2bc commit 404e482Copy full SHA for 404e482
.github/workflows/commit-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v5
19
with:
20
fetch-depth: 0
21
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
22
23
python-version: '3.x'
24
- run: pip install gitlint
.github/workflows/pre-commit.yml
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
25
26
27
28
29
- uses: pre-commit/action@v3.0.1
0 commit comments