Skip to content

Commit 40fa76c

Browse files
ci(github): refactor checkout in commitlint.yml
1 parent 7c421a3 commit 40fa76c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ jobs:
88
commitlint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Checkout repository
12-
uses: actions/checkout@v6
13-
with:
14-
fetch-depth: 0
15-
1611
- name: Commitlint
1712
uses: remarkablemark/commitlint@v2
13+
with:
14+
checkout: true

0 commit comments

Comments
 (0)