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