From 9a65274455b3ab70f449f080572cafa8b757ffe4 Mon Sep 17 00:00:00 2001 From: James Tranovich Date: Tue, 24 Sep 2024 13:03:32 -0700 Subject: [PATCH] install api-interop-layer dependencies --- .github/actions/javascript-lint/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/javascript-lint/action.yml b/.github/actions/javascript-lint/action.yml index fa1407ea4..4cbdae5c9 100644 --- a/.github/actions/javascript-lint/action.yml +++ b/.github/actions/javascript-lint/action.yml @@ -15,10 +15,14 @@ runs: shell: bash run: cd tests/api && npm ci + - name: install api-interop-layer dependencies + shell: bash + run: cd api-interop-layer && npm ci + - name: add problem matcher shell: bash run: echo "::add-matcher::${{ github.workspace }}/.github/workflows/problem-matcher-eslint.json" - name: run eslint shell: bash - run: npm run js-lint \ No newline at end of file + run: npm run js-lint