Skip to content

remove reference to eslint #4

remove reference to eslint

remove reference to eslint #4

Workflow file for this run

name: Check Biome Format
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
jobs:
biome:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Biome lint check
run: bunx biome lint
- name: Biome format check
run: bunx biome format