fix(ci): install ESLint before running reviewdog/action-eslint (#11922)
Ilya Mashchenko committed
Dec 22, 2021 at 21:26 UTC
99aac2dd8482727466adb697c2324be4d658960a
1 file changed
+2
.github/workflows/review.yml
+2
@@ -98,6 +98,8 @@ jobs:
98
with:
99
submodules: recursive
100
fetch-depth: 0
101
+ - name: Install eslint
102
+ run: npm install eslint -D
103
- name: Run eslint
104
uses: reviewdog/action-eslint@v1
105
with: