Skip to content

fix: use npm ci in lint workflow#2283

Open
fallintoplace wants to merge 1 commit into
huggingface:mainfrom
fallintoplace:fix/lint-workflow-npm-ci
Open

fix: use npm ci in lint workflow#2283
fallintoplace wants to merge 1 commit into
huggingface:mainfrom
fallintoplace:fix/lint-workflow-npm-ci

Conversation

@fallintoplace
Copy link
Copy Markdown

Summary

Replace npm install ci with npm ci in the lint job of .github/workflows/lint-and-test.yml.

Closes #2282.

Why

The current lint workflow step uses npm install ci, which is not the clean lockfile-based install intended for CI. The test job in the same workflow already uses npm ci.

Impact

This keeps the lint job aligned with the lockfile and with the existing test job setup.

Validation

  • Reviewed the workflow diff
  • Confirmed the change is limited to the lint workflow command

@fallintoplace fallintoplace marked this pull request as ready for review May 24, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: lint workflow uses npm install ci instead of npm ci

1 participant