Skip to content

lefthookへ乗り換え #18

lefthookへ乗り換え

lefthookへ乗り換え #18

Workflow file for this run

name: Type test
on:
push:
branches-ignore:
- main
jobs:
type:
runs-on: ubuntu-24.04-arm
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