From df5489580523f88f0957566d634ace6c8e434203 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 19 Nov 2024 15:00:23 +0300 Subject: [PATCH] fix: Linter command to work without workspaces --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bde60a94..95713ee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,9 @@ jobs: cache-dependency-path: yarn.lock - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - run: cd packages/backend - run: yarn --frozen-lockfile - - run: cd packages/backend && yarn lint + - run: yarn lint - run: echo "🍏 This job's status is ${{ job.status }}." start-backend-server: runs-on: ubuntu-latest