From 8ef68cac76dc07cee4c7fe7e0454e1b7b0da9e29 Mon Sep 17 00:00:00 2001 From: Burner Date: Mon, 25 Jul 2022 20:51:01 -0500 Subject: [PATCH] Fix for eslint action --- .github/workflows/eslint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index c978e77..21fb84d 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -29,6 +29,8 @@ jobs: cache: npm cache-dependency-path: package-lock.json + - run: npm install + - name: Run ESLint run: npx eslint . --config .eslintrc.yml