Skip to content

feat: support cache-provider #65

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

Merged
merged 1 commit into from
Jun 16, 2025
Merged

Conversation

mindrunner
Copy link
Contributor

This pull request updates the documentation and configuration for a Rust-related GitHub Action, introducing a new cache-provider input and improving formatting consistency in the README.md file. Below are the most important changes grouped by theme:

Documentation Improvements:

  • Updated README.md to include the new cache-provider input, explaining its purpose and default value (github).
  • Improved formatting consistency in lists and tables within README.md, such as aligning table column headers and using consistent bullet styles. [1] [2] [3]
  • Changed italicized text formatting from * to _ for consistency in the README.md.

New Feature:

  • Added a cache-provider input to action.yml, allowing users to specify the caching provider (e.g., github or buildjet) with a default value of github.
  • Integrated the cache-provider input into the action's runtime configuration under the runs section of action.yml.

@jonasbb
Copy link
Member

jonasbb commented Jun 16, 2025

Thank you for the PR. This looks good :) The cache-provider looks useful to pass through.

@jonasbb jonasbb merged commit 33b85c3 into actions-rust-lang:main Jun 16, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants