Skip to content

Add mise.toml and biome tooling to frontend #1

Add mise.toml and biome tooling to frontend

Add mise.toml and biome tooling to frontend #1

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint-format-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: Lint
run: mise run lint
- name: Format check
run: mise run format
- name: Test
run: mise run test