Skip to content

README: update create-react-app --> vite (to match about.mdx) #23

README: update create-react-app --> vite (to match about.mdx)

README: update create-react-app --> vite (to match about.mdx) #23

Workflow file for this run

name: PR
on: [ pull_request ]
jobs:
pr:
name: PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15'
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: npm run lint
- run: npm run test:ci:force --ci --silent