Skip to content

Updating the setup Wizard #51

Updating the setup Wizard

Updating the setup Wizard #51

Workflow file for this run

name: Depends on check
on:
pull_request:
types: [opened, edited, closed, reopened, synchronize]
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Depends on check
steps:
- uses: gregsdennis/dependencies-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}