gio-qt/.github/workflows/call-license-check.yml
deepin-bot[bot] 91c6b7b724
chore: Sync by ab82576125 (#27)
chore: Sync by ab82576125
2022-08-16 00:07:49 +00:00

17 lines
362 B
YAML

name: Call License and README Check
on:
pull_request_target:
types: [opened, synchronize, reopened]
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