From c9024602e51435d2300ac48436506e8b26c24a6f Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Mon, 19 Oct 2020 00:32:21 +0200 Subject: [PATCH] fix: update CI/CD --- .github/workflows/continuous_integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index b87d825..d3c405e 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -34,6 +34,7 @@ jobs: - name: Lint SCSS run: yarn lint:scss deploy: + needs: lint runs-on: ubuntu-latest steps: - name: Checkout