Skip to content

Commit

Permalink
Merge pull request #19 from route06inc/introduce-dependency-review
Browse files Browse the repository at this point in the history
Introduce Dependency Review to CI
  • Loading branch information
masutaka authored Oct 17, 2024
2 parents 91263fd + ec96261 commit 02d315e
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 02d315e

Please sign in to comment.