Install during pr-check

This commit is contained in:
Jack Jackson 2025-03-03 14:51:06 -08:00
parent c109a2337c
commit 25ecf29d22

View File

@ -18,13 +18,12 @@ jobs:
# super-linter needs the full git history to get the # super-linter needs the full git history to get the
# list of files that changed across commits # list of files that changed across commits
fetch-depth: 0 fetch-depth: 0
# I _suspect_ that the reason that `npx eslint .` is failing is because it's operating relative to
# `/workspace/scubbo/`, which is not the root of the repo (which is at `/workspace/scubbo/commit-report-sync`) # This _shouldn't_ be necessary, since `node_modules` are checked-in?
- name: Debug logging # But, adding it because, without it, I get `Cannot find module '/workspace/scubbo/commit-report-sync/node_modules/.../...out/index.js'.
run: | # Please verify that the package.json has a valid "main" entry
pwd - name: Install
echo "" run: npm ci
ls -la
# Usually I would... # Usually I would...
# - name: Super Linter # - name: Super Linter