Skip to content

Commit f885e27

Browse files
authored
Merge pull request space-ros#186 from space-ros/add-commit-message-checker-job
Add commit message checker CI job (space-ros#185)
2 parents 0c482ba + bc7ca53 commit f885e27

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr.yaml

+10
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)