From afa4d34ec863ddfcdf786995bdd82497a5d2873b Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Sun, 9 Feb 2025 14:02:34 +0100 Subject: [PATCH] fix: linter action --- .gitea/workflows/linter.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/linter.yaml b/.gitea/workflows/linter.yaml index 0045782..e0c4683 100644 --- a/.gitea/workflows/linter.yaml +++ b/.gitea/workflows/linter.yaml @@ -12,4 +12,5 @@ jobs: npm install eslint - name: Run ESLint - run: npx eslint . + working-directory: ./front/MyINPulse-front + run: npx eslint