-
Notifications
You must be signed in to change notification settings - Fork 24
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 actions ci and refactor #1
Conversation
@adonovan Could you please review this PR? 🙏🏻 Demo of how GitHub actions would act: And here is an example of how the releases page will look like after creating a new release with adding git semver tag: |
This is the first time I've heard of this layout. It may well have merits for large projects, but this project is literally two .go files and zero dependencies, so I am not eager to accept this PR. It triples the number of files of code, and adds a huge number of dependencies to the tools submodule (ironically making an ideal candidate program on which to run spaghetti itself), and it doesn't materially improve any of these steps:
The linter check is nice, but it's not important enough to justify this PR. |
With this PR I add the following enhancements: