biome-auto
This commit is contained in:
parent
64b52c3289
commit
912414fa56
|
@ -29,11 +29,17 @@ jobs:
|
||||||
- name: Run check types
|
- name: Run check types
|
||||||
run: npm run typecheck
|
run: npm run typecheck
|
||||||
|
|
||||||
- name: Setup Biome
|
quality:
|
||||||
run: curl -L https://github.com/biomejs/biome/releases/download/cli%2Fv<version>/biome-darwin-arm64 -o biome && chmod +x biome
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Biome CLI
|
||||||
|
uses: biomejs/setup-biome@v2
|
||||||
|
|
||||||
- name: Run Biome
|
- name: Run Biome
|
||||||
run: biome ci src/.
|
run: biome ci .
|
||||||
|
|
||||||
test_with_playwright:
|
test_with_playwright:
|
||||||
needs: install_dependencies
|
needs: install_dependencies
|
||||||
|
|
Loading…
Reference in New Issue
Block a user