chore: Sync by 939528802a
sync by github workflow Log: none Influence: none
This commit is contained in:
11
.github/workflows/call-commitlint.yml
vendored
Normal file
11
.github/workflows/call-commitlint.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Call commitlint
|
||||
on:
|
||||
pull_request_target:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
check_job:
|
||||
uses: linuxdeepin/.github/.github/workflows/commitlint.yml@master
|
Reference in New Issue
Block a user