Skip to content

fix(deps): prevent htmx.org major version updates in example/htmx.org@1 #270

fix(deps): prevent htmx.org major version updates in example/htmx.org@1

fix(deps): prevent htmx.org major version updates in example/htmx.org@1 #270

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: bun x prettier --check .
- run: bun x tsc --noEmit