Skip to content

Add strategy matrix for toolchain and different OSs with caching #54

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

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
asdfasdf
  • Loading branch information
John15321 committed Sep 6, 2022
commit 7bcecf78de1a3d1879297c597686b82929076642
9 changes: 9 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Description

<!-- Delete these comments later -->
<!-- Put the description of the task here -->

### Checklist

* [ ] Connect all related issues, and project boards, add labels, assign people, milestones etc.
* [ ] Make sure that this template is properly filled in and appropriate parts deleted
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Description

<!-- Delete these comments later -->
<!-- Put the description of the task here -->

### Checklist

<!-- Don't delete these, check them with a mouse if completed -->
* [ ] Add tests, documentation, update the changelog, etc.
* [ ] Connect all issues, and project boards, add labels, assign people to the PR and the issue, etc.
* [ ] Make sure that the PR description and title contain "Draft: " at the beginning if its not yet ready
* [ ] Make sure that this template is properly filled in and appropriate parts deleted
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ command = "cargo"
args = ["fmt", "--", "--verbose", "--color", "auto"]

[tasks.toml-fmt-check]
install_crate = "taplo-cli"
install_crate = { crate_name = "taplo-cli", binary = "taplo", test_arg = "--help" }
command = "taplo"
args = ["fmt", "--check", "*.toml"]

Expand Down