Skip to content

Commit

Permalink
Merge pull request #29 from space-ros/add-commit-message-checker-job
Browse files Browse the repository at this point in the history
Add commit message checker CI job (#28)
  • Loading branch information
EzraBrooks authored Sep 12, 2024
2 parents da99555 + b8cd37d commit ead69c4
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 ead69c4

Please sign in to comment.