Skip to content

Drop old URLs from dashboard report #61

Drop old URLs from dashboard report

Drop old URLs from dashboard report #61

Workflow file for this run

name: Lint, test and verify build
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies with Yarn
run: yarn
- name: Lint source files
run: yarn lint
- name: Run unit tests
run: yarn test
- name: Process Lighthouse reports to generate reports.json
run: yarn process-reports
- name: Verify the static website builds without errors
run: yarn build