We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da99555 commit b8cd37dCopy full SHA for b8cd37d
1 file changed
.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