Skip to content

docs: add Nature plugin hero image #2

docs: add Nature plugin hero image

docs: add Nature plugin hero image #2

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