Skip to content

Add deprecation notice #30

Add deprecation notice

Add deprecation notice #30

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.12"
- uses: pnpm/[email protected]
with:
version: 6.20.3
- run: pnpm install --frozen-lockfile
- run: pnpm test
- run: pnpm run check-format
- run: pnpm run lint