gio-qt/.github/workflows/call-api-check.yml
kuchune 1ce521be9a
chore(CI): add debian check workflow
add debian check workflow

log: 增加debian检查工作流
2024-07-11 14:11:44 +08:00

13 lines
285 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
secrets: inherit