Skip to content

Commit c91cd94

Browse files
committed
Add dependency check workflow
1 parent ffc6bba commit c91cd94

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Check Bundle Dependencies Version Range
2+
concurrency:
3+
group: ${{ github.workflow }}-${{ github.ref }}
4+
cancel-in-progress: true
5+
on:
6+
workflow_dispatch:
7+
schedule:
8+
- cron: '0 0 * * *'
9+
10+
jobs:
11+
check-dependencies:
12+
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkDependencies.yml@master
13+
with:
14+
author: Eclipse Platform Bot <[email protected]>
15+
secrets:
16+
token: ${{ secrets.PLATFORM_BOT_PAT }}

0 commit comments

Comments
 (0)