Skip to content

Commit 205fb10

Browse files
author
Kelly Selden
committed
add ember-cli-update-action
1 parent 015f804 commit 205fb10

3 files changed

Lines changed: 32 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,19 @@ jobs:
5757
- run: npm run ${{ matrix.test-command }}
5858
env:
5959
NODE_LTS: ${{ matrix.node == 8 }}
60+
61+
ember-cli-update:
62+
needs: test
63+
if: github.event_name == 'pull_request'
64+
65+
runs-on: ubuntu-latest
66+
67+
steps:
68+
- uses: actions/checkout@v2
69+
with:
70+
ref: ${{ github.head_ref }}
71+
token: ${{ secrets.GitHubToken }}
72+
- uses: actions/[email protected]
73+
- uses: kellyselden/[email protected]
74+
with:
75+
autofix_command: npm run lint -- --fix

package-lock.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
"sinon": "^8.0.0",
7373
"sinon-chai": "^3.3.0"
7474
},
75+
"optionalDependencies": {
76+
"@kellyselden/node-template": "0.5.2",
77+
"standard-node-template": "0.0.1"
78+
},
7579
"ember-addon": {
7680
"main": "src/ember-addon.js"
7781
}

0 commit comments

Comments
 (0)