Skip to content

FEAT: Setting up Development Environment #3

FEAT: Setting up Development Environment

FEAT: Setting up Development Environment #3

Workflow file for this run

name: "CI: Biome Frontend"
on:
push:
branches:
- main
paths:
- app/**
pull_request:
paths:
- app/**
jobs:
check-app:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome JS
uses: biomejs/setup-biome@v2
with:
version: 1.9.4
working-dir: "./app"
- name: Run Biome JS
run: biome ci ./app