Skip to content

chore(hub-embed): auto-build & embed hub instead of pulling from releases #293

chore(hub-embed): auto-build & embed hub instead of pulling from releases

chore(hub-embed): auto-build & embed hub instead of pulling from releases #293

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