Skip to content

chore: enable sourcemap #459

chore: enable sourcemap

chore: enable sourcemap #459

name: Formatting Checks
on:
push:
pull_request:
jobs:
spellcheck:
name: Check for formatting errors
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Run formatting checks
run: |
bun install
bun eslint --fix-dry-run --ignore-pattern dist/
bun format:cspell
bun prettier --check .