Skip to content

feat: integrate code viewer and refactored panels into task detail #362

feat: integrate code viewer and refactored panels into task detail

feat: integrate code viewer and refactored panels into task detail #362

Workflow file for this run

name: Code quality
on:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .