Skip to content

update prettier and typescript #330

update prettier and typescript

update prettier and typescript #330

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn format:check
- run: yarn build
- run: yarn test