-
-
Notifications
You must be signed in to change notification settings - Fork 1
Add Github Actions #47
base: main
Are you sure you want to change the base?
Conversation
.github/workflow/bench.yml
Outdated
@@ -0,0 +1,58 @@ | |||
name: 📈 Benchmark |
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.
can probably avoid this until we get benches into the code?
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.
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 |
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.
can also remove this ftm
.github/workflow/release.yml
Outdated
command: manifest | ||
extra-files: | | ||
README.md | ||
{% if auditable %} |
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.
these are copied from the template for generation and won't work in this context.
That should be the removal of all that template stuff and benchmark stuff. Have fun! |
Description
This adds Github actions to the repo
Link to issue
closes #38
Type of change