Files
crete/.gitea/workflows/committed.yaml
T
Dreaded_X 31fdcd0080
Committed / committed (pull_request) Failing after 33s
CI / prek (pull_request) Has been cancelled
CI / cargo shear (pull_request) Has been cancelled
chore(actions): Use commited to check pr commits
2026-04-05 07:32:49 +02:00

21 lines
430 B
YAML

name: Committed
on:
pull_request:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
committed:
name: committed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: crate-ci/committed@master
with:
commits: "${{ GITHUB_BASE_REF }}..${{ GITHUB_HEAD_REF }}"
args: "-vvvv --no-merge-commit"