Skip to content

Commit aeb3743

Browse files
committed
Hotfix: Skip no-commit-to-branch on CI
1 parent 050650b commit aeb3743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
lint:
4747
name: Lint
4848
runs-on: ubuntu-latest
49+
env:
50+
PREK_SKIP: no-commit-to-branch
4951
steps:
5052
- uses: actions/checkout@v6
5153
- uses: j178/prek-action@v1

0 commit comments

Comments
 (0)