summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-check-deps.yml
blob: 7815b8fe486f19d45410a7c055f2918780e525bc (plain)
1
2
3
4
5
6
7
8
9
10
name: Check PR dependencies
on: [pull_request_target]
jobs:
  check_dependencies:
    runs-on: ubuntu-latest
    name: Check PR Dependencies
    steps:
    - uses: gregsdennis/dependencies-action@80b5ffec566913b1494d5a8577ab0d60e476271d
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}