Skip to content

chore: release v1.0.0-beta.6 #44

chore: release v1.0.0-beta.6

chore: release v1.0.0-beta.6 #44

Workflow file for this run

name: CI
on:
push:
branches:
- master
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
run_install: true
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
cache: pnpm
- name: Lint
run: pnpm lint
- name: TypeCheck
run: pnpm typecheck