Skip to content

Commit eb7d871

Browse files
Balijepalli Vamshi KrishnaBalijepalli Vamshi Krishna
authored andcommitted
add test cases
1 parent 5870886 commit eb7d871

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

testfiles/secureworkflow/output/oneJob.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,11 @@ jobs:
3333
- uses: github/super-linter@34b2f8032d759425f6b42ea2e52231b33ae05401 # v3.17.1
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
DISABLE_ERRORS: true
36+
DISABLE_ERRORS: true
37+
- uses: step-security/actions-cache/restore@d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0a1b2c3 # v1.0.0
38+
with:
39+
path: ~/.npm
40+
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
41+
restore-keys: |
42+
${{ runner.os }}-node-
43+

0 commit comments

Comments
 (0)