From 42321d06a226b5e46e155f856403a70c418f5ecb Mon Sep 17 00:00:00 2001 From: Jawayria <39649635+Jawayria@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:36:11 +0500 Subject: [PATCH] fix: Fixed indentation in CI workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9221f94..5e89d1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: - name: Install dependencies run: npm install # The owning team will fix the issues and uncomment the steps after necessary linting and configuring changes - - name: Lint - run: npm run lint + - name: Lint + run: npm run lint # - name: Test # run: |