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@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Run commitsar
|
|
uses: docker://aevea/commitsar@sha256:8d2db4e430dd06e3fcde173add43dada80b37150ba1191a69cda1c0bcdba9cb1
|