mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-01-30 22:09:37 +01:00
13 lines
339 B
YAML
13 lines
339 B
YAML
name: Pull request
|
|
on: pull_request
|
|
|
|
jobs:
|
|
commitsar:
|
|
runs-on: ubuntu-latest
|
|
name: Verify commit messages
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Run commitsar
|
|
uses: docker://aevea/commitsar@sha256:27ea5e528b153393e924d98764d6400a181f03768d972ba151b3ddc9f14ff12c
|