Skip to content

chore: make Nature plugin standalone #1

chore: make Nature plugin standalone

chore: make Nature plugin standalone #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.0
- run: bun install --frozen-lockfile
- run: bun run check-types
- run: bun test