This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Conversation
.github/workflow/bench.yml
Outdated
| @@ -0,0 +1,58 @@ | |||
| name: 📈 Benchmark | |||
There was a problem hiding this comment.
can probably avoid this until we get benches into the code?
zeeshanlakhani
suggested changes
Jan 9, 2023
zeeshanlakhani
left a comment
There was a problem hiding this comment.
good start. There are a few actions that are unnecessary, and there's some templating from rust-template thrown-in which is specific to cargo-generate and not related to direct .yml.
.github/workflow/docker.yml
Outdated
| @@ -0,0 +1,117 @@ | |||
| name: 🐳 Docker | |||
.github/workflow/release.yml
Outdated
| command: manifest | ||
| extra-files: | | ||
| README.md | ||
| {% if auditable %} |
There was a problem hiding this comment.
these are copied from the template for generation and won't work in this context.
Contributor
Author
|
That should be the removal of all that template stuff and benchmark stuff. Have fun! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This adds Github actions to the repo
Link to issue
closes #38
Type of change