Skip to content
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

MVP #2

Merged
merged 5 commits into from
Oct 22, 2021
Merged

MVP #2

merged 5 commits into from
Oct 22, 2021

Conversation

dominykas
Copy link
Member

@dominykas dominykas commented Oct 8, 2021

Closes #1

- The primary purpose behind the package.json is to enable self testing as the workflow will rely on the `package.json` in the root folder
- Setting `private: true` as this is not intended for publishing into the registry
- Adding node_modules to source control so that the modules are available when running as a Github Action
- Adding the shrinkwrap so that people can verify integrity of `node_modules` via `npm ci`
- Source: https://raw.githubusercontent.com/nodejs/Release/master/schedule.json
- Adding a cached version to the source control here to save some Actions seconds
- Running tests without any test framework because they're simple enough and I don't want to bloat the `node_modules` in the action folder
@dominykas dominykas changed the title ci: initial boilerplate MVP Oct 8, 2021
@dominykas dominykas mentioned this pull request Oct 8, 2021
Copy link

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dominykas dominykas merged commit 7499514 into pkgjs:main Oct 22, 2021
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.

MVP: reusable workflow
2 participants