dde-dock/.github/workflows/call-license-check.yml
deepin-bot[bot] ebc22a53d1
chore: Sync by 2285ee3280 (#570)
chore: Sync by 2285ee3280
2022-08-11 06:06:51 +00:00

11 lines
263 B
YAML

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