-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: change to Apache 2.0 license and general cleanup #109
Conversation
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.
Nice! I have some minor suggestions, and there's one typo I think.
Might be nice to fix the typo, but otherwise you can merge with or without implementing the suggestions 👍🏻
Co-authored-by: Nadir Fejzić <[email protected]>
Co-authored-by: Nadir Fejzić <[email protected]>
Co-authored-by: Nadir Fejzić <[email protected]>
Thanks for your fast feedback. |
build: | ||
name: Run Build | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Build | ||
run: cargo build --verbose |
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.
I don't think we should remove the Build
step completely. Also, seems like the PR workflow status is stuck because it is missing 🤣. So yeah...
But either way, I think we should keep it.
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.
clippy is already building the crate, and cargo test
also builds the crate. Having build as additional job just increases the workflow duration without giving us any additional information.
List of issues that this PR closes
closes #108
Relevant decisions you made in this PR
Switched to Apache 2.0, because it is more precise than MIT.
Removed the build-step, because clippy already builds everything.
Removed issue templates, because templates should be taken from the
.github
repo in the Unimarkup organization.