Skip to content

Commit cd000ba

Browse files
committed
ci: Run verify-commits.sh in CI on master
1 parent 7b18470 commit cd000ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ task:
3737
build_and_test_script:
3838
- rm Gemfile.lock
3939
- make all
40+
41+
task:
42+
name: verify commits
43+
only_if: $CIRRUS_BRANCH == 'master'
44+
container:
45+
image: debian:latest
46+
verify_script:
47+
- ./contrib/verify-commits/verify-commits.sh

0 commit comments

Comments
 (0)