diff --git a/.gitea/workflows/pr.yaml b/.gitea/workflows/pr.yaml index 5e9dead..8790db5 100644 --- a/.gitea/workflows/pr.yaml +++ b/.gitea/workflows/pr.yaml @@ -18,12 +18,6 @@ jobs: # super-linter needs the full git history to get the # list of files that changed across commits fetch-depth: 0 - - # This _shouldn't_ be necessary, since `node_modules` are checked-in? - # But, adding it because, without it, I get `Cannot find module '/workspace/scubbo/commit-report-sync/node_modules/.../...out/index.js'. - # Please verify that the package.json has a valid "main" entry - - name: Install - run: npm ci # Usually I would... # - name: Super Linter