Skip to content

Commit

Permalink
Introduce Dependency Review to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Oct 17, 2024
1 parent 91263fd commit ec96261
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Dependency Review

on: [pull_request]

jobs:
dependency_review:
uses: route06/actions/.github/workflows/dependency_review.yml@v2

0 comments on commit ec96261

Please sign in to comment.