Skip to content

Commit

Permalink
Merge pull request space-ros#209 from space-ros/add-commit-message-ch…
Browse files Browse the repository at this point in the history
…ecker-job

Add commit message check CI job (space-ros#208)
  • Loading branch information
EzraBrooks authored Sep 12, 2024
2 parents c3b3575 + 128d0aa commit 96f86fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
-d "{extends: default, rules: {document-start: {present: false}, key-ordering: {}}}"
- name: Validate repositories
run: vcs validate --input ros2.repos

commit_message_standards:
name: Space ROS Commit Message Standards
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: space-ros/check-commit-message-action@main

0 comments on commit 96f86fe

Please sign in to comment.