mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-14 14:03:48 +01:00
13 lines
285 B
YAML
13 lines
285 B
YAML
|
name: apiCheck
|
||
|
on:
|
||
|
pull_request_target:
|
||
|
types: [opened, synchronize, reopened]
|
||
|
|
||
|
concurrency:
|
||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||
|
cancel-in-progress: true
|
||
|
|
||
|
jobs:
|
||
|
api-check:
|
||
|
uses: linuxdeepin/.github/.github/workflows/api-check.yml@master
|
||
|
secrets: inherit
|