mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2025-01-27 21:38:17 +01:00
chore(CI): add debian check workflow
add debian check workflow log: 增加debian检查工作流
This commit is contained in:
parent
dd1687618a
commit
1ce521be9a
3 changed files with 39 additions and 0 deletions
13
.github/workflows/call-api-check.yml
vendored
Normal file
13
.github/workflows/call-api-check.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: apiCheck
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
api-check:
|
||||
uses: linuxdeepin/.github/.github/workflows/api-check.yml@master
|
||||
secrets: inherit
|
13
.github/workflows/call-debian-check.yml
vendored
Normal file
13
.github/workflows/call-debian-check.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: debianCheck
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
debian-check:
|
||||
uses: linuxdeepin/.github/.github/workflows/debian-check.yml@master
|
||||
secrets: inherit
|
13
.github/workflows/call-static-check.yml
vendored
Normal file
13
.github/workflows/call-static-check.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: staticCheck
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
static-check:
|
||||
uses: linuxdeepin/.github/.github/workflows/static-check.yml@master
|
||||
secrets: inherit
|
Loading…
Reference in a new issue