Skip to content

docs: update changelog #426

docs: update changelog

docs: update changelog #426

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
name: main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun install
- name: Typecheck
run: bun run typecheck
- name: Lint
run: bun run lint