From 624d45d1cd43b88d05c2c3c153031883af6076e8 Mon Sep 17 00:00:00 2001 From: Lucas Hicks <42800160+lucashicks1@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:44:30 +1000 Subject: [PATCH] Updates working directory for es lint --- .github/workflows/node.js.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 74c9dd7..6c77311 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,8 +12,9 @@ on: jobs: eslint: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./build/ui-display/frontend-app steps: - uses: actions/checkout@v1 - uses: stefanoeb/eslint-action@1.0.2 - with: - files: build/ui-display/frontend-app