Skip to content

feat: tsup config add #28

feat: tsup config add

feat: tsup config add #28

Workflow file for this run

name: CI/CD
on:
pull_request:
branches:
- main
jobs:
lint-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-setup-node
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm ci:lint
- name: Test
run: pnpm ci:test
- name: Build
run: pnpm ci:build