mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-13 05:23:47 +01:00
12 lines
244 B
YAML
12 lines
244 B
YAML
|
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
|