Skip to content

Commit b8cd37d

Browse files
committed
Add commit message checker CI job (#28)
1 parent da99555 commit b8cd37d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
pull_request:
3+
4+
jobs:
5+
commit_message_standards:
6+
name: Space ROS Commit Message Standards
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: space-ros/check-commit-message-action@main

0 commit comments

Comments
 (0)