diff --git a/.github/workflows/lint-check-pr.yml b/.github/workflows/lint-check-pr.yml index bee2279ede..7ffe6b5d08 100644 --- a/.github/workflows/lint-check-pr.yml +++ b/.github/workflows/lint-check-pr.yml @@ -15,7 +15,7 @@ jobs: shell: bash run: | set -e - npm install eslint - npm install prettier@1.18.2 - CI=true npx eslint . --max-warnings 0 + npm install -g eslint + npm install -g prettier@1.18.2 + npx eslint --max-warnings 0 . npm run lint-check