Skip to content

Commit 6e9fe26

Browse files
authored
Add Dependency Review to CI (#124)
1 parent 891da86 commit 6e9fe26

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ jobs:
1616
uses: stylelint/.github/.github/workflows/call-test.yml@61e84671c2d4d7af47353e7f5289a2df81bd681d # 0.7.0
1717
permissions:
1818
contents: read
19+
20+
dependency-review:
21+
if: github.event_name == 'pull_request'
22+
uses: stylelint/.github/.github/workflows/call-dependency-review.yml@61e84671c2d4d7af47353e7f5289a2df81bd681d # 0.7.0
23+
permissions:
24+
contents: read

0 commit comments

Comments
 (0)