Browse Source

Update node.js.yml

master
yuriy0803 2 years ago committed by GitHub
parent
commit
ca1c4688ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/node.js.yml

6
.github/workflows/node.js.yml

@ -25,6 +25,12 @@ jobs:
npm install npm install
npx bower install --allow-root 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 - name: Install ember-truth-helpers and jdenticon
run: | run: |
cd www # Replace with the actual repository directory where your Ember app is located cd www # Replace with the actual repository directory where your Ember app is located

Loading…
Cancel
Save