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:
parent
e53e7fa149
commit
43b3f63082
1 changed files with 11 additions and 0 deletions
11
.github/workflows/pr.yml
vendored
Normal file
11
.github/workflows/pr.yml
vendored
Normal 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
|
Loading…
Reference in a new issue