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