Skip to content

use ai fetch and remove types from this package #197

use ai fetch and remove types from this package

use ai fetch and remove types from this package #197

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
types:
name: Types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-node-pnpm
- run: pnpm run typecheck
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-node-pnpm
- run: pnpm run lint
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-node-pnpm
- run: pnpm run format