diff --git a/.github/workflows/call-license-check.yml b/.github/workflows/call-license-check.yml new file mode 100644 index 0000000..4fc084f --- /dev/null +++ b/.github/workflows/call-license-check.yml @@ -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