Skip to content

Commit

Permalink
ci: add dependency-review job
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 20, 2022
1 parent 9d0cbb7 commit 9cdc809
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ concurrency:
cancel-in-progress: true

jobs:
dependency-review:
name: Dependency Review
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3

- name: "Dependency review"
uses: actions/dependency-review-action@v1

lint:
name: Lint Code
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 9cdc809

Please sign in to comment.