Skip to content

Commit

Permalink
install api-interop-layer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestranovich-noaa authored and eric-gade committed Sep 26, 2024
1 parent e56fd14 commit 9a65274
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/javascript-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: npm run js-lint

0 comments on commit 9a65274

Please sign in to comment.