Skip to content

Draft 3 to 4, dependencies children have type string and divisibleBy … #49

Draft 3 to 4, dependencies children have type string and divisibleBy …

Draft 3 to 4, dependencies children have type string and divisibleBy … #49

Workflow file for this run

name: Check PR Dependencies
on: pull_request
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Check Dependencies
steps:
- uses: gregsdennis/dependencies-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}