Skip to content

Add Prettier, TypeScript, and Vitest #1

Add Prettier, TypeScript, and Vitest

Add Prettier, TypeScript, and Vitest #1

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run check
- run: npm run build
- run: npm run test