This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
Edit on more complex elements #326
Workflow file for this run
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 mocksi-lite | |
run: biome ci ./apps/mocksi-lite | |
- name: Run Biome dodom | |
run: biome ci ./packages/dodom |