Files
crete/.gitea/workflows/committed.yaml
T
Dreaded_X 2c9a34601a
CI / cargo shear (pull_request) Successful in 3m48s
Committed / committed (pull_request) Failing after 24s
CI / prek (pull_request) Successful in 3m28s
chore(actions): Use commited to check pr commits
2026-04-05 07:44:04 +02:00

21 lines
428 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: "${{ gitea.base_ref }}..${{ gitea.head_ref }}"
args: "-vvvv --no-merge-commit"