Skip to content

chore: do not use paths ts option #14

chore: do not use paths ts option

chore: do not use paths ts option #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn format:check
- run: yarn test
- run: yarn build