CELE-126 Allows the EM viewer to not have any segmentation information #895
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check JS/TS/TSX/JSX format | |
on: [push, pull_request] | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup Biome | |
uses: biomejs/setup-biome@v2 | |
with: | |
version: 1.8.3 | |
- name: Run Biome format check | |
working-directory: applications/visualizer/frontend | |
run: biome format . |