From b35f01a4b8c51b499edfbd53d8e02458d296e97d Mon Sep 17 00:00:00 2001 From: Soubhik Gon <119437069+zakhaev26@users.noreply.github.com> Date: Tue, 5 Mar 2024 05:14:47 +0530 Subject: [PATCH] fix(ci-core):identation mappings in yml file --- .github/workflows/check_core_build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check_core_build.yml b/.github/workflows/check_core_build.yml index e7022a0..c8580f1 100644 --- a/.github/workflows/check_core_build.yml +++ b/.github/workflows/check_core_build.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - ci pull_request: branches: - main @@ -17,10 +16,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 20.11.1 + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: 20.11.1 - name: install packages run: |