We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fc1b3 commit 695914aCopy full SHA for 695914a
.github/workflows/commits.yml
@@ -0,0 +1,21 @@
1
+name: Check Commits
2
+
3
+on:
4
+ pull_request:
5
+ branches: master
6
7
+jobs:
8
+ signed-commits:
9
+ name: Check signed commits in PR
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ - name: Check signed commits in PR
14
+ uses: 1Password/check-signed-commits-action@v1
15
+ conventional-commits:
16
+ name: Conventional Commits
17
18
19
20
+ - name: Check conventional commits in PR
21
+ uses: aevea/commitsar@v0.20
0 commit comments