|
|
|
@ -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 |
|
|
|
|