Skip to content

Commit b5d2b00

Browse files
authored
feat: self test by adding ./ (#43)
1 parent b3c25e1 commit b5d2b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: commit-check/commit-check-action@v1
14+
- uses: ./ # self test
1515
with:
1616
message: true
1717
branch: true

0 commit comments

Comments
 (0)