We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aff7d0 commit db5ef75Copy full SHA for db5ef75
1 file changed
.github/workflows/nodejs.yml
@@ -16,3 +16,9 @@ jobs:
16
uses: stylelint/.github/.github/workflows/call-test.yml@61e84671c2d4d7af47353e7f5289a2df81bd681d # 0.7.0
17
permissions:
18
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