Skip to content

Merge pull request #24 from huuyafwww/feature/library_update_and_remove #6

Merge pull request #24 from huuyafwww/feature/library_update_and_remove

Merge pull request #24 from huuyafwww/feature/library_update_and_remove #6

Workflow file for this run

name: Type test
on: push
jobs:
type:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: ./.github/actions/setup/pnpm
- name: Build packages
run: pnpm run build
- name: Lint Type
run: pnpm run lint:type