Skip to content

Commit

Permalink
Create dependency-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xeonproc authored Aug 22, 2022
1 parent d45dcd4 commit e894d7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Dependency Review'
on: [pull_request]

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v1

0 comments on commit e894d7f

Please sign in to comment.