Skip to content

Commit

Permalink
[MOSIP-29967] Added dev-check.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshitha650 <[email protected]>
  • Loading branch information
Rakshitha650 committed Dec 7, 2023
1 parent cf16c67 commit 0c09d49
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/dev-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Dependency Check

on:
workflow_dispatch:
inputs:
MESSAGE:
description: 'Triggered For Dependency Check'
required: false
default: 'dependency check'
SKIP_DEPENDENCIES:
description: 'List of dependencies to be skipped'
required: false
default: ''
DEPENDENCY_VERSIONS:
description: 'Specify versions for specific dependencies'
required: false
default: ''

jobs:
dependency-check:
uses: mosip/kattu/.github/workflows/dev-check.yml@master
with:
MESSAGE: ${{ inputs.MESSAGE }}
SKIP_DEPENDENCIES: ${{ inputs.SKIP_DEPENDENCIES }}
DEPENDENCY_VERSIONS: ${{ inputs.DEPENDENCY_VERSIONS }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 0c09d49

Please sign in to comment.