mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
11 lines
255 B
YAML
11 lines
255 B
YAML
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
|