mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-10 12:03:46 +01:00
edaf3ea1aa
chore: Sync by 1086c873ff
17 lines
352 B
YAML
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
|