Skip to content

Commit

Permalink
feat: pr dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 9, 2024
1 parent cec683a commit 91fd7d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ jobs:
skip_revert: true
types: "build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test"


pr_dependencies:
runs-on: ubuntu-latest
name: Dependency Check
steps:
- uses: gregsdennis/dependencies-action@4fc2a4879387b43f784920699cb9303dd0524ac4
with:
custom-domains: my-custom-domain.io another.domain.com
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 91fd7d0

Please sign in to comment.