From 2ab8d478e0a3d6ea58d93520b8c2243274d28f8e Mon Sep 17 00:00:00 2001 From: James Brock Date: Mon, 30 Sep 2024 13:42:29 +0900 Subject: [PATCH] CI remove step Verify Bower & Pulp --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33917af..10a6d8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,3 @@ jobs: - name: Check formatting run: purs-tidy check src test bench - - - name: Verify Bower & Pulp - run: | - npm install bower pulp@16.0.0-0 - npx bower install - npx pulp build -- --censor-lib --strict