Skip to content

Commit

Permalink
Merge pull request #23 from fish-shop/dependency-review
Browse files Browse the repository at this point in the history
Add dependency review workflow
  • Loading branch information
marcransome authored Mar 24, 2023
2 parents dd75d82 + be9ce99 commit 41e52f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: dependency-review
on:
pull_request:
branches:
- main
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3

0 comments on commit 41e52f9

Please sign in to comment.