Skip to content

Commit 5318f3f

Browse files
authored
CI] Install packages before running fix:text (#5663)
1 parent fec7c69 commit 5318f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- run: |
7171
case $PR_ACTION in
72-
all|refcache)
72+
all|refcache|text)
7373
npm install --omit=optional
7474
;&
7575
*)

0 commit comments

Comments
 (0)