From 58e797b9803e52c0f03f7737969ae4f721b0fdc2 Mon Sep 17 00:00:00 2001 From: Lolita Rozenbaum Date: Mon, 21 Oct 2024 20:55:28 -0500 Subject: [PATCH] added path --- .github/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cdf5cbb..2e90e05 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,8 @@ jobs: - name: Install dependencies run: npm install + working-directory: ./api # Update this path to the correct directory containing your package.json - name: Run Prettier - run: npm run format \ No newline at end of file + run: npm run format + working-directory: ./api # Update this path to the correct directory containing your package.json \ No newline at end of file