Skip to content

Commit

Permalink
Add pr dependency check (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Apr 14, 2024
1 parent cab71b6 commit 74d672a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR dependency check

on:
pull_request_target:
types: [opened, edited, closed, reopened]

jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Check Dependencies
steps:
- uses: gregsdennis/dependencies-action@4fc2a4879387b43f784920699cb9303dd0524ac4 # 1.3.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 74d672a

Please sign in to comment.