From a371484f38193873c77d0db26535f3d23d086386 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Thu, 21 Sep 2023 10:48:43 +0200 Subject: [PATCH] Removed wrong workflow steps --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20e400bb..978540d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,5 @@ jobs: if: steps.node-cache.outputs.cache-hit != 'true' run: npm ci - - name: Test to see if the project compiles - run: bash build.sh - - - name: Perform automated checks - run: bash lint.sh - - name: Create the docs directory locally in CI run: npx typedoc client/**/*.ts