Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: self test by adding ./
  • Loading branch information
shenxianpeng committed Mar 27, 2024
commit fe00ec9feb94c515b59c58ad8f4bfa3f152774d7
2 changes: 1 addition & 1 deletion .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: commit-check/commit-check-action@v1
- uses: ./ # self test
with:
message: true
branch: true
Expand Down