Skip to content

Commit 43c8489

Browse files
authored
Update commit_message_check.yml
1 parent 43d5e06 commit 43c8489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit_message_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: checkout code
1111
uses: actions/checkout@v4
1212
with:
13-
fetch-depth: 0
13+
sparse-checkout: .
1414

1515
- name: check commit messages
1616
run: |
@@ -24,4 +24,4 @@ jobs:
2424
echo "Error: first letter after project specifier should be lower case"
2525
exit 1
2626
fi
27-
done
27+
done

0 commit comments

Comments
 (0)