Skip to content

Commit 55e6459

Browse files
DevOpsDevOps
authored andcommitted
feat: sync the updated precommitfiles
1 parent 5b8bfdd commit 55e6459

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/sync-precommit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync Pre-commit Config
33
on:
44
push:
55
branches:
6-
- feat/precommit-config
6+
- feat/precommit-config
77
paths:
88
- ".pre-commit-config.yaml"
99
- "precommitFile/**"
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
2224

2325
- name: Ensure precommitFile directory exists
2426
run: mkdir -p precommitFile

0 commit comments

Comments
 (0)