Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sync by github workflow

Log: none
Influence: none
  • Loading branch information
deepin-admin-bot committed Jun 19, 2024
1 parent 32140cc commit 13c4162
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/call-api-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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
17 changes: 17 additions & 0 deletions .github/workflows/call-static-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: staticCheck
on:
pull_request_target:
types: [opened, synchronize, reopened]

permissions:
contents: read
pull-requests: read
checks: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
static-check:
uses: linuxdeepin/.github/.github/workflows/static-check.yml@master

0 comments on commit 13c4162

Please sign in to comment.