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

add basic CI actions #89

Merged
merged 4 commits into from Jun 1, 2020
Merged

add basic CI actions #89

merged 4 commits into from Jun 1, 2020

Conversation

giogonzo
Copy link
Member

No description provided.

@kanbanbot kanbanbot added the WIP label May 29, 2020
@giogonzo giogonzo requested a review from BrianMitchL May 29, 2020 12:19
@kanbanbot kanbanbot added in review and removed WIP labels May 29, 2020
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install --no-package-lock
Copy link
Contributor

Choose a reason for hiding this comment

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

How about we start committing the package-lock.json file instead of skipping it? Are there reasons it's being ignored today?

Copy link
Contributor

Choose a reason for hiding this comment

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

We could use npm ci for a faster and clean install reading off of just the package-lock.json file too.

Copy link
Member Author

@giogonzo giogonzo Jun 1, 2020

Choose a reason for hiding this comment

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

Are there reasons it's being ignored today?

Not really, It's just what I've been used to for libraries up to now. But let's add it. I will also use npm ci

Copy link
Contributor

@BrianMitchL BrianMitchL left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@giogonzo giogonzo merged commit 8e8949e into master Jun 1, 2020
@kanbanbot
Copy link

@giogonzo giogonzo deleted the actions branch June 1, 2020 14:32
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.

None yet

3 participants