Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
31fdcd0080
|
|||
|
031ccb890e
|
@@ -7,6 +7,10 @@ on:
|
||||
- "*"
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}-${{ github.ref }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
prek:
|
||||
name: prek
|
||||
|
||||
@@ -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: "${{ GITHUB_BASE_REF }}..${{ GITHUB_HEAD_REF }}"
|
||||
args: "-vvvv --no-merge-commit"
|
||||
Reference in New Issue
Block a user