Skip to content

Use official Biome GitHub Action for CI and update Biome to latest version #9

Use official Biome GitHub Action for CI and update Biome to latest version

Use official Biome GitHub Action for CI and update Biome to latest version #9

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/[email protected]
with:
version: latest
- name: Run Biome
run: biome ci .