Skip to content

Commit

Permalink
add pr dependencies action
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed May 2, 2024
1 parent 877c928 commit fa5942c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 }}

0 comments on commit fa5942c

Please sign in to comment.