Skip to content

[Graphite MQ] Draft PR GROUP:926712 (PRs 1893) #188

[Graphite MQ] Draft PR GROUP:926712 (PRs 1893)

[Graphite MQ] Draft PR GROUP:926712 (PRs 1893) #188

Workflow file for this run

name: "Frontend: Code quality"
on:
pull_request:
paths:
- frontend/**
- site/**
- sdks/actor/**
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome check . --reporter=github