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

Update workflows for GitHub Actions #52

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Update workflows for GitHub Actions #52

merged 1 commit into from
Jun 6, 2023

Conversation

jdno
Copy link
Owner

@jdno jdno commented Jun 6, 2023

The workflows in this repository were quite old and didn't implement many of the current best practices for GitHub Actions. The Rust workflow in particular didn't make efficient use of caching and used unmaintained GitHub Actions from the actions-rs1 project.

The workflows for this project are now managed with FlowCrafter2, a command-line tool that creates workflows from templates in a shared repository. They have been updated to enable better branch protection rules and remove any unmaintained actions.

Footnotes

  1. https://github.com/actions-rs

  2. https://github.com/jdno/flowcrafter

@jdno jdno self-assigned this Jun 6, 2023
The workflows in this repository were quite old and didn't implement
many of the current best practices for GitHub Actions. The Rust workflow
in particular didn't make efficient use of caching and used unmaintained
GitHub Actions from the actions-rs[^1] project.

The workflows for this project are now managed with FlowCrafter[^2], a
command-line tool that creates workflows from templates in a shared
repository. They have been updated to enable better branch protection
rules and remove any unmaintained actions.

[^1]: https://github.com/actions-rs
[^2]: https://github.com/jdno/flowcrafter
@jdno jdno merged commit a39a7d5 into main Jun 6, 2023
@jdno jdno deleted the flowcrafter branch June 6, 2023 07:34
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