We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f33eb commit 7c5fd3fCopy full SHA for 7c5fd3f
.github/workflows/gh-pages.yml
@@ -7,17 +7,6 @@ on:
7
8
jobs:
9
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
22
- github_token: ${{ secrets.GITHUB_TOKEN }}
23
- publish_dir: ./lttfOutput
+ uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main
+ with:
+ folder: ''
0 commit comments