Skip to content

feat: new core tim (#49) #29

feat: new core tim (#49)

feat: new core tim (#49) #29

Workflow file for this run

name: Lighthouse Push CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build
- run: lhci collect --config=./.github/lighthouserc.json
- run: lhci upload --config=./.github/lighthouserc.json
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}