Skip to content

Commit

Permalink
Add commit message checker CI job (space-ros#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzraBrooks committed Sep 9, 2024
1 parent 0c482ba commit bc7ca53
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
pull_request:

jobs:
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 bc7ca53

Please sign in to comment.