getsops / sops

Simple and flexible tool for managing secrets
https://getsops.io/
Mozilla Public License 2.0
17.11k stars 879 forks source link

GitHub Actions linter for Rust formatting #1604

Closed duthils closed 2 months ago

duthils commented 2 months ago

This PR takes the changes from https://github.com/getsops/sops/pull/1403 and applies them in a dedicated CI workflow.

Fixes https://github.com/getsops/sops/pull/1390

duthils commented 2 months ago

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!

felixfontein commented 2 months ago

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 commented 2 months ago

@duthils @shikharvashistha thanks for your contribution!