File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : github pages
1+ name : Lint to the Future Dashboard
22
33on :
44 push :
88
99jobs :
1010 deploy :
11- runs-on : ubuntu-18.04
11+ runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : pnpm/action-setup@v2
14+ - uses : mansona/lttf-dashboard@v1
1515 with :
16- version : 8
17- - uses : actions/setup-node@v4
18- with :
19- node-version : 16
20- cache : pnpm
21- - run : pnpm i --frozen-lockfile
22- - run : npx lint-to-the-future output -o lttfOutput --rootUrl ember-cli-notifications --previous-results https://mansona.github.io/ember-cli-notifications/data.json
23- working-directory : ember-cli-notifications
24- - name : Deploy
25- uses : peaceiris/actions-gh-pages@v3
26- with :
27- github_token : ${{ secrets.GITHUB_TOKEN }}
28- publish_dir : ./ember-cli-notifications/lttfOutput
16+ token : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments