From 541a14cf7821ac03cae331b42ebfe67b277a9bb8 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.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 576f2d28..e40d8b29 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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