From ca1c4688ad8fa7b7a4a7f17bd05c26979c5f5aef Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:28:25 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a22ca9b..fcb3bc0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,6 +25,12 @@ jobs: npm install npx bower install --allow-root + - name: Install ESLint and create configuration + run: | + cd www # Replace with the actual repository directory where your Ember app is located + npm install eslint --save-dev + npx eslint --init + - name: Install ember-truth-helpers and jdenticon run: | cd www # Replace with the actual repository directory where your Ember app is located