Files
crete/.gitea/workflows/committed.yaml
T
Dreaded_X 33ebba5ef8
Committed / committed (pull_request) Successful in 17s
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 08:10:50 +02:00

21 lines
418 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: "origin/${{ gitea.base_ref }}..HEAD"
args: "-vvvv --no-merge-commit"