From 39853a9ebb123352c644e4cbe4e7341d1c21a1ad Mon Sep 17 00:00:00 2001 From: Truls Loug Date: Wed, 18 Sep 2024 14:45:24 +0200 Subject: [PATCH] update path --- .github/workflows/pullRequest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 1e3bcc6..0889d59 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -70,11 +70,11 @@ jobs: - run: yarn install --immutable # Lint files - name: Lint files - uses: ${{github.workspace}}/frontend/package.json + uses: /frontend/package.json - run: yarn lint # Check typescript files - name: Lint ts files - uses: ${{github.workspace}}/frontend/package.json + uses: /frontend/package.json - run: yarn lint:ts # Tests tests: