We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c482ba + bc7ca53 commit f885e27Copy full SHA for f885e27
.github/workflows/pr.yaml
@@ -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