1 Commits

Author SHA1 Message Date
Dreaded_X bb130a31c5 chore(actions): Use commited to check pr commits
Committed / committed (pull_request) Failing after 1m50s
CI / cargo shear (pull_request) Successful in 4m7s
CI / prek (pull_request) Has been cancelled
2026-04-05 07:35:31 +02:00
+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: "${{ gitea.base_ref }}..${{ gitea.ref }}"
args: "-vvvv --no-merge-commit"