Skip to content

Commit 7c5fd3f

Browse files
mansonaMinThaMie
authored andcommitted
update lint-to-the-future dashboard workflow
1 parent 76f33eb commit 7c5fd3f

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-18.04
11-
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v2
14-
with:
15-
node-version: '14'
16-
- run: npm install -g npm@7
17-
- run: npm install
18-
- run: npx lint-to-the-future output -o lttfOutput --rootUrl ember-styleguide --previous-results https://ember-learn.github.io/ember-styleguide/data.json
19-
- name: Deploy
20-
uses: peaceiris/actions-gh-pages@v3
21-
with:
22-
github_token: ${{ secrets.GITHUB_TOKEN }}
23-
publish_dir: ./lttfOutput
10+
uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main
11+
with:
12+
folder: ''

0 commit comments

Comments
 (0)