Skip to content

Conversation

@gabotechs
Copy link
Collaborator

@gabotechs gabotechs commented Jul 7, 2025

The pipelines will run:

  • cargo clippy
  • cargo fmt -- --check
  • cargo test

on every:

  • PR push
  • main merge

@gabotechs gabotechs force-pushed the add-github-pipelines branch from 6242410 to c481a60 Compare July 7, 2025 10:58
Copy link
Collaborator

@fmonjalet fmonjalet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM at first glance (especially since it is easy to adjust later), but we may want a second look


- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this always take the latest stable, or will this read what the project requests?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will use the latest stable version yes. The project requests a minimum version of 1.82, but I don't think it's enforcing any specific version newer than that

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it might be better to lock to a specific version?

@gabotechs gabotechs force-pushed the add-github-pipelines branch from c481a60 to 0aaa9a6 Compare July 7, 2025 12:07
@gabotechs gabotechs merged commit ceff46f into main Jul 7, 2025
3 checks passed
@gabotechs gabotechs deleted the add-github-pipelines branch August 4, 2025 14:47
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.

3 participants