-
Notifications
You must be signed in to change notification settings - Fork 28
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
Minor refresh #46
Minor refresh #46
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.
Looks good overall but I don't get why you added the GH actions file, Azure pipelines is already pretty fast.
.github/workflows/quick-check.yml
Outdated
- name: Cargo check | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
command: check |
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.
why add that compared to the current pipeline?
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 did not notice your pipeline at first :)
I also cannot run your pipeline in my fork (beside when opening a PR) so the github workflow makes it easier to check on my end.
I can remove it from the PR if you prefer.
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.
yes please, no need for 2 CI setup
Cargo.toml
Outdated
authors = ["Vincent Prouillet <[email protected]>"] | ||
license = "MIT" | ||
description = "A simple way to get started with a project by scaffolding from a template powered by the tera engine" |
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.
Tera with a capital T
Any big features missing for your usage? |
Not at that point but I did not test extensively yet. I will happily report back or open a PR if so. Thanks for asking ! |
Since you asked :) #48 |
This PR fixes a few linter grumbles and mainly adds keywords for a better discovery.
I wish I found this project/repo earlier :)