-
Notifications
You must be signed in to change notification settings - Fork 0
Add js-checks-pnpm workflow #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new reusable GitHub Actions workflow for running JavaScript checks using pnpm as the package manager, as opposed to the existing js-checks workflow that uses npm.
Changes:
- Created
js-checks-pnpm.ymlworkflow with two jobs:run-checksandrun-tests - Added configurable inputs for fetch depth and Node.js version matrix testing
- Implemented pnpm-based commands for formatting, linting, dependency checks, building, and testing
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@gabmontes
gabmontes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reusable actions and workflows should go to hemilabs/actions. What is preventing to have this file there instead?
Follow-up of hemilabs/actions#29
This PR adds a workflow that is based on
js-checksbut usespnpm.