We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f81cc1 commit 3ae2df5Copy full SHA for 3ae2df5
1 file changed
.github/workflows/pre-commit.yml
@@ -1,3 +1,4 @@
1
+# Alternatively, consider using https://pre-commit.ci/
2
name: pre-commit checks
3
4
on:
@@ -18,3 +19,5 @@ jobs:
18
19
with:
20
python-version: "3.13"
21
- uses: pre-commit/action@v3.0.1
22
+ env:
23
+ SKIP: "no-commit-to-branch"
0 commit comments