From 0b287520c1500494ccea8aad1b269316247df67e Mon Sep 17 00:00:00 2001 From: finxol Date: Fri, 17 Jan 2025 14:26:31 +0100 Subject: [PATCH] ci: tmp remove format checking Will add it back later when I get it working more stable --- .github/workflows/pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f842367..c414b22 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -48,9 +48,6 @@ jobs: - name: Run tests run: pnpm run test - - name: Check formatting - run: pnpm run format:check - release: needs: lint runs-on: ubuntu-latest