Skip to content

Save the code and a checkpoint so the users can start from where they left off #41

Save the code and a checkpoint so the users can start from where they left off

Save the code and a checkpoint so the users can start from where they left off #41

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 }}