mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
parent
d275cd44d5
commit
ebc22a53d1
10
.github/workflows/call-license-check.yml
vendored
Normal file
10
.github/workflows/call-license-check.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user