2022-08-11 10:46:13 +02:00
|
|
|
name: Call License and README Check
|
2022-08-12 03:59:33 +02:00
|
|
|
on:
|
|
|
|
pull_request_target:
|
2022-08-16 02:07:49 +02:00
|
|
|
types: [opened, synchronize, reopened]
|
2022-08-12 03:59:33 +02:00
|
|
|
|
|
|
|
permissions:
|
|
|
|
pull-requests: write
|
|
|
|
contents: read
|
2022-08-11 10:46:13 +02:00
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
license-check:
|
|
|
|
uses: linuxdeepin/.github/.github/workflows/license-check.yml@master
|