From 112b5b91647c3dea45cc1c9bc364df526c8012f1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Jan 2022 19:05:15 +0100 Subject: Merging upstream version 1.33.0. Signed-off-by: Daniel Baumann --- .github/workflows/review.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/review.yml') diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e9972303b..b6ee6fcf7 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: -- cgit v1.2.3