From e4531f346ec866466a32e085808d00e4e0cae421 Mon Sep 17 00:00:00 2001 From: Andrew Fischer Date: Mon, 1 Apr 2024 08:46:51 -0700 Subject: [PATCH] ci: remove npm based formatting --- .github/workflows/format.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 31f44acc..e3517893 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -20,21 +20,3 @@ jobs: uses: actions/checkout@v4 - run: nix flake check - - check: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Configure Node.js - uses: actions/setup-node@v4 - with: - cache: npm - node-version: lts/* - - - name: Install dependencies - run: npm ci - - - name: Check code formatting - run: npm run format --workspaces