Skip to content

improve(a11y): strengthen site accessibility baseline #42

improve(a11y): strengthen site accessibility baseline

improve(a11y): strengthen site accessibility baseline #42

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Vite+
uses: voidzero-dev/setup-vp@v1
with:
node-version: "24"
cache: true
- name: Install dependencies
run: vp install
- name: Check
run: vp check
- name: Test
run: vp test
- name: Storybook
run: vp run sb:build
- name: Build
run: vp build