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

GitHub Actions linter for Rust formatting #1604

Merged
merged 3 commits into from
Sep 12, 2024

Conversation

duthils
Copy link
Contributor

@duthils duthils commented Sep 10, 2024

This PR takes the changes from #1403 and applies them in a dedicated CI workflow.

Fixes #1390

Copy link
Contributor

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!

.github/workflows/linters.yml Show resolved Hide resolved
@felixfontein felixfontein added this to the 3.9.1 milestone Sep 11, 2024
@duthils
Copy link
Contributor Author

duthils commented Sep 12, 2024

Rust is already available on Github runners in version 1.80.1, but I guess we want to keep the same version as is used for running the tests.

Thanks for the suggestion!

duthils and others added 3 commits September 11, 2024 21:06
Signed-off-by: Sebastien Duthil <duthils@duthils.net>
Signed-off-by: Sebastien Duthil <duthils@duthils.net>
Co-authored-by: Felix Fontein <felix@fontein.de>
Signed-off-by: duthils <duthils@duthils.net>
@felixfontein
Copy link
Contributor

Rust is already available on Github runners in version 1.80.1, but I guess we want to keep the same version as is used for running the tests.

Yep; also having a controlled environment is generally a good idea :) Then we can decide which Rust version to use, instead of having to use the version provided by the GHA image.

@felixfontein felixfontein merged commit 301e350 into getsops:main Sep 12, 2024
10 checks passed
@felixfontein
Copy link
Contributor

@duthils @shikharvashistha thanks for your contribution!

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.

2 participants