Skip to content
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

Add matrix test and other checks to ci #36

Merged
merged 5 commits into from
Jul 23, 2024
Merged

Add matrix test and other checks to ci #36

merged 5 commits into from
Jul 23, 2024

Conversation

tingerrr
Copy link
Owner

See commit messages.

Adds lints, formatting checks and matrix tests to the ci workflow.
- Remove unused fucntions in `cli::test` and `cli::report`.
- Mark functions in `cli::project` as allow(dead_code), these will be required
  once editing is implemented.
- Derive Default for `lib::config::Config`
- Remove various unnecessary derefs
- Use `values` iterator instead of destructuring
- Use char for single char str pattern
- Box huge `pest::Error`
Canonicalize the root in vcs to ensure that `Path::strip_prefix` is applied
correctly.
@tingerrr tingerrr merged commit 0655ac8 into main Jul 23, 2024
5 checks passed
@tingerrr tingerrr deleted the ci branch July 23, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant