From ebc8ae893481d9f99a971fce40796d9c51253d83 Mon Sep 17 00:00:00 2001 From: 89Q12 Date: Mon, 2 Dec 2024 17:04:13 +0100 Subject: [PATCH] Backend: fix CI maybe --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f798c3b..e697fd5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,12 +19,12 @@ jobs: - name: Install Node.js dependencies run: yarn --cwd ./backend --frozen-lockfile - + working-directory: ./backend + - name: Run linters uses: wearerequired/lint-action@v2 + working-directory: ./backend with: eslint: true - eslint_dir: backend/ prettier: true - prettier_dir: backend/ auto_fix: true \ No newline at end of file