From 2fc161dcad9687ce00ddbeb9395f43dcd13341c6 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 18 Oct 2023 22:14:35 -0500 Subject: [PATCH] Removed redundant script --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eccde7ae..a9d1a2c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,5 @@ jobs: composer install --optimize-autoloader - run: | composer validate --no-check-all --strict - - run: | - npm run lint - run: | npm run build