Skip to content

Commit 761ce31

Browse files
committed
add npm in workflow
1 parent b6aace2 commit 761ce31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/loc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Launch the local action
2020
uses: ./ # Uses an action in the root directory
2121
id: badge
22+
run:
23+
npm install
2224
with:
2325
debug: true
2426
directory: ./

0 commit comments

Comments
 (0)