1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-01-30 22:09:37 +01:00

feat(ci): Add commitsar GitHub action

This commit is contained in:
Alex Viscreanu 2020-02-16 23:10:04 +01:00
parent e53e7fa149
commit 43b3f63082
No known key found for this signature in database
GPG key ID: 60A6BD7F046C850B

11
.github/workflows/pr.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: Pull request
on: pull_request
jobs:
commitsar:
runs-on: ubuntu-latest
name: Verify commit messages
steps:
- uses: actions/checkout@v1
- name: Run commitsar
uses: docker://commitsar/commitsar