Skip to content

Workflow file for this run

name: Linter & Formatter Check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run Biome
run: npx biome check .