Skip to content

Merge branch 'main' into main #6

Merge branch 'main' into main

Merge branch 'main' into main #6

Workflow file for this run

name: lighthouse a11y test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: install
run: npm install
- name: build
run: npm run build
- name: test a11y
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
run: npm run test