Skip to content

chore: add v1.2.4 changelog #46

chore: add v1.2.4 changelog

chore: add v1.2.4 changelog #46

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm run format:check
- run: pnpm run lint
# - run: pnpm run test:types