Skip to content

Commit 2f9c1cb

Browse files
kuchunedeepin-bot[bot]
authored andcommitted
chore(CI): add debian check workflow
add debian check workflow log: 增加debian检查工作流
1 parent fd339d3 commit 2f9c1cb

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: apiCheck
2+
on:
3+
pull_request_target:
4+
types: [opened, synchronize, reopened]
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
10+
jobs:
11+
api-check:
12+
uses: linuxdeepin/.github/.github/workflows/api-check.yml@master
13+
secrets: inherit
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: debianCheck
2+
on:
3+
pull_request_target:
4+
types: [opened, synchronize, reopened]
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
10+
jobs:
11+
debian-check:
12+
uses: linuxdeepin/.github/.github/workflows/debian-check.yml@master
13+
secrets: inherit
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: staticCheck
2+
on:
3+
pull_request_target:
4+
types: [opened, synchronize, reopened]
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
10+
jobs:
11+
static-check:
12+
uses: linuxdeepin/.github/.github/workflows/static-check.yml@master
13+
secrets: inherit

0 commit comments

Comments
 (0)