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

.github: add a workflow to build and test pushes and pull requests #63

Merged
merged 1 commit into from Aug 10, 2020

Conversation

jhenstridge
Copy link
Contributor

This pull request adds a simple Github Actions workflow to ensure that the package is buildable and that its tests pass for all pushes and pull requests.

I can't easily verify that this is correct, since workflows are not triggered for pull requests if they don't already exist in the target repository. I have used this same trivial workflow with other Go packages without problem though.

Copy link
Owner

@kr kr left a comment

Choose a reason for hiding this comment

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

Looks reasonable! Let's try it out. :)

@kr kr merged commit 814ac30 into kr:main Aug 10, 2020
@jhenstridge
Copy link
Contributor Author

Looks like it is functioning correctly: https://github.com/kr/pretty/runs/965708401

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

2 participants