Skip to content

Set up and configure integrations + secrets management #285

Set up and configure integrations + secrets management

Set up and configure integrations + secrets management #285

Workflow file for this run

name: Frontend
on:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
working-dir: ./web/ui
# - name: Run Biome
# run: biome ci .
# working-directory: ./web/ui