Skip to content

Commit

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

Add commit message checker CI job (space-ros#185)
  • Loading branch information
EzraBrooks authored Sep 12, 2024
2 parents 0c482ba + bc7ca53 commit f885e27
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 f885e27

Please sign in to comment.