gio-qt/.github/workflows/call-license-check.yml

11 lines
255 B
YAML
Raw Normal View History

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