From 09a6ecd0473b410e671fdfa1adb28b0b1ab4b394 Mon Sep 17 00:00:00 2001 From: Jack Hamer Date: Wed, 6 Mar 2024 13:20:09 +0200 Subject: [PATCH] fix: test --- .github/workflows/feature.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 55fe77e52..f066fd0aa 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -24,10 +24,6 @@ jobs: run: | npm ci --force - - name: Lint - run: | - npm run lint - - name: Setup .env run: | echo "WALLET_CONNECT_PROJECT_ID=${{ secrets.WALLET_CONNECT_PROJECT_ID }}" > .env