Skip to content

docs: update to not use submodule #48

docs: update to not use submodule

docs: update to not use submodule #48

Workflow file for this run

name: Biome
on: [push, pull_request]
jobs:
biome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run check
- run: git diff --exit-code