forked from mirrors/gio-qt
parent
39f40fa07c
commit
518da4df27
1 changed files with 10 additions and 0 deletions
10
.github/workflows/call-license-check.yml
vendored
Normal file
10
.github/workflows/call-license-check.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: Call License and README Check
|
||||
on: pull_request
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
license-check:
|
||||
uses: linuxdeepin/.github/.github/workflows/license-check.yml@master
|
Loading…
Reference in a new issue