mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-01 07:05:48 +00:00
chore: Sync by 3ab9683b84
sync by github workflow Log: none Influence: none
This commit is contained in:
parent
32140ccf26
commit
13c4162b5e
12
.github/workflows/call-api-check.yml
vendored
Normal file
12
.github/workflows/call-api-check.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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
|
17
.github/workflows/call-static-check.yml
vendored
Normal file
17
.github/workflows/call-static-check.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: staticCheck
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: read
|
||||||
|
checks: write
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
static-check:
|
||||||
|
uses: linuxdeepin/.github/.github/workflows/static-check.yml@master
|
Loading…
x
Reference in New Issue
Block a user