We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee85d40 + 4d106b9 commit ab5b524Copy full SHA for ab5b524
1 file changed
.github/workflows/pre-commit.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
pre-commit:
10
runs-on: ubuntu-latest
11
+ env:
12
+ SKIP: no-commit-to-branch
13
steps:
14
- uses: actions/checkout@v5
15
with:
0 commit comments