gio-qt/.github/workflows/call-license-check.yml
deepin-bot[bot] edaf3ea1aa
chore: Sync by 1086c873ff (#26)
chore: Sync by 1086c873ff
2022-08-12 01:59:33 +00:00

17 lines
352 B
YAML

name: Call License and README Check
on:
pull_request_target:
types: [opened, synchronize]
permissions:
pull-requests: write
contents: read
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
license-check:
uses: linuxdeepin/.github/.github/workflows/license-check.yml@master