From a8234c3607ad0b22e6890fae50ed8d69148841cf Mon Sep 17 00:00:00 2001 From: Dread Knight Date: Tue, 12 Sep 2023 14:52:59 +0300 Subject: [PATCH] reduced whitespacing --- .github/workflows/config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/config.yaml b/.github/workflows/config.yaml index 611324e03..69521e9e9 100644 --- a/.github/workflows/config.yaml +++ b/.github/workflows/config.yaml @@ -23,9 +23,6 @@ jobs: name: deploy path: deploy - - - codeanalysis: runs-on: ubuntu-22.04 needs: build @@ -35,7 +32,6 @@ jobs: uses: actions/checkout@v2 with: path: /home/runner/work/AncientBeast/AncientBeast - - run: npm ci - name: Static Code Analysis (ESLint) @@ -73,11 +69,9 @@ jobs: - name: Run tests run: npm test - deploy: runs-on: ubuntu-22.04 needs: test steps: - name: Deploy completed run: echo "Deploy completed" -