From 2960c32ce15abf32d7e49236e736d395a813d04a Mon Sep 17 00:00:00 2001 From: Dmitry Grinko Date: Fri, 10 May 2024 00:37:53 -0700 Subject: [PATCH] init --- .github/workflows/backend.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 091e672..498282d 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -14,17 +14,17 @@ jobs: permissions: contents: write steps: - - name: Checkout - uses: actions/checkout@v2 - with: - path: backend - - name: Debugging: Verify Working Directory and Files run: | pwd ls -la working-directory: backend + - name: Checkout + uses: actions/checkout@v2 + with: + path: backend + - name: Install Dependencies run: | npm install