From 64b52c32898b7bca043c873322834b0b836e82a6 Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 4 Feb 2024 12:42:19 +0300 Subject: [PATCH] less-steps --- .gitea/workflows/main.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 6305deed..b933a219 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -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/biome-darwin-arm64 -o biome && chmod +x biome + - name: Run Biome run: biome ci src/.