chore: Sync by 2285ee3280
This commit is contained in:
deepin-bot[bot] 2022-08-11 06:06:51 +00:00 committed by GitHub
parent d275cd44d5
commit ebc22a53d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
name: Call License and README Check
on: [push, 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