Skip to content

Save the code and add checkpoint so the users can start from where they left off #48

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

Save the code and add checkpoint so the users can start from where they left off #48

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