Skip to content

fix: Chart not rendering on htmx request and other bugs #5

fix: Chart not rendering on htmx request and other bugs

fix: Chart not rendering on htmx request and other bugs #5

Workflow file for this run

name: Pull Request
on:
pull_request:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test
- name: Run format check
run: bun run format:check
- name: Run lint check
run: bun run lint