biome-auto
Some checks failed
deploy / test (push) Successful in 57s
deploy / quality (push) Failing after 3s
deploy / Update templates on Mailgun (push) Has been skipped
deploy / test_with_playwright (push) Failing after 44s
deploy / push (push) Has been skipped

This commit is contained in:
Untone 2024-02-04 12:52:44 +03:00
parent 64b52c3289
commit 912414fa56

View File

@ -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