mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-12-13 20:50:37 +00:00
feat(ci): Add commitsar GitHub action
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user