summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-12-22 21:26:23 +0300
committerGitHub <noreply@github.com>2021-12-22 21:26:23 +0300
commit99aac2dd8482727466adb697c2324be4d658960a (patch)
tree8cc38d86b032d0eef68e619fa4411ce182b5de12
parenta23abef709103adc4aa927ce5ce4857dbbdbae4a (diff)
fix(ci): install ESLint before running reviewdog/action-eslint (#11922)
-rw-r--r--.github/workflows/review.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml
index e9972303bc..b6ee6fcf7c 100644
--- a/.github/workflows/review.yml
+++ b/.github/workflows/review.yml
@@ -98,6 +98,8 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
+ - name: Install eslint
+ run: npm install eslint -D
- name: Run eslint
uses: reviewdog/action-eslint@v1
with: