-
Notifications
You must be signed in to change notification settings - Fork 19
Document jobs #114
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
Document jobs #114
Conversation
1f84ec8 to
20164da
Compare
from pnpm/action-setup docs
version
Optional when there is a packageManager field in the package.json.
otherwise, this field is required It supports npm versioning scheme, it could be an exact version (such as 6.24.1), or a version range (such as 6, 6.x.x, 6.24.x, ^6.24.1, *, etc.), or latest.
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.
Some very minor changes, but it looks great! I'll join the job specification here and create integration tests with them. So if they don't work we'll know!
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.
Approving since this is next-level nitpickyness
Head branch was modified
Add a new page under configuration for jobs, and link to it from the main page.
Also uses
packageManagerfield in package.json to remove the hardcoded pnpm version dependency from the GH action.