mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-01 07:05:48 +00:00
12 lines
264 B
YAML
12 lines
264 B
YAML
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 |