chore(actions): Use commited to check pr commits
Committed / committed (pull_request) Successful in 17s
CI / prek (pull_request) Has been cancelled
CI / cargo shear (pull_request) Has been cancelled

This commit is contained in:
2026-04-05 06:34:20 +02:00
parent 031ccb890e
commit 33ebba5ef8
+20
View File
@@ -0,0 +1,20 @@
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"