This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
Mocksi-ui extension UI. (#5) #28
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: Biome | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
jobs: | |
run_biome: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v3 | |
- name: Setup Biome CLI | |
uses: biomejs/setup-biome@v2 | |
with: | |
version: 'latest' | |
working-dir: "/" | |
- name: Run Biome | |
run: biome ci ./apps/owlserver-chrome |