gio-qt/.github/workflows/call-debian-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
294 B
YAML

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