Skip to content

Commit 8b9757e

Browse files
committed
build: fix running linter in CI
1 parent a84e73b commit 8b9757e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
echo "node@$(node -v)"
134134
echo "npm@$(npm -v)"
135135
npm -s ls ||:
136+
(npm -s ls --depth=0 ||:) | awk -F'[ @]' 'NR>1 && $2 { print "::set-output name=" $2 "::" $3 }'
136137
137138
- name: Run tests
138139
shell: bash

0 commit comments

Comments
 (0)