mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
build: fix running linter in CI
This commit is contained in:
parent
a84e73b958
commit
8b9757e8b8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -133,6 +133,7 @@ jobs:
|
|||
echo "node@$(node -v)"
|
||||
echo "npm@$(npm -v)"
|
||||
npm -s ls ||:
|
||||
(npm -s ls --depth=0 ||:) | awk -F'[ @]' 'NR>1 && $2 { print "::set-output name=" $2 "::" $3 }'
|
||||
|
||||
- name: Run tests
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user