Skip to content

Commit

Permalink
Add dependency check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jan 21, 2025
1 parent 48aa45c commit c1ee8bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/checkDependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check Bundle Dependencies Version Range
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
check-dependencies:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkDependencies.yml@master
with:
author: Eclipse PDE Bot <[email protected]>
bundle-folders: ui/*/ ua/*/ ds/*/ build/*/ apitools/*/ e4tools/*/
secrets:
token: ${{ secrets.PDE_BOT_PAT }}

0 comments on commit c1ee8bb

Please sign in to comment.