Skip to content

a11y tabs pattern polish #9

a11y tabs pattern polish

a11y tabs pattern polish #9

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci --no-audit --no-fund
- run: npm test
- run: npm run build