feat: add README auto-updater workflow and cache input to setup-bazel
Update README Actions Table / update-readme (push) Failing after 28s
Update README Actions Table / update-readme (push) Failing after 28s
This commit is contained in:
@@ -1,2 +1,20 @@
|
||||
# shared-actions
|
||||
# Shared Gitea Actions
|
||||
|
||||
This repository contains reusable composite actions for CI/CD workflows across our repositories.
|
||||
|
||||
## Available Actions
|
||||
|
||||
<!-- START_ACTIONS_TABLE -->
|
||||
|
||||
| Action | Description | Reference |
|
||||
| :--- | :--- | :--- |
|
||||
| [Enforce Flutter Version Constraint](./enforce-flutter-version) | Scans all pubspec.yaml files to ensure they use the required Flutter SDK constraint. | `rodydavis/shared-actions/enforce-flutter-version@main` |
|
||||
| [Run Buildifier](./run-buildifier) | Downloads and runs buildifier on Starlark files. | `rodydavis/shared-actions/run-buildifier@main` |
|
||||
| [Setup Bazel (Bazelisk)](./setup-bazel) | Installs Node, Bazelisk, and configures Git for private SSH dependencies. | `rodydavis/shared-actions/setup-bazel@main` |
|
||||
|
||||
<!-- END_ACTIONS_TABLE -->
|
||||
|
||||
## Usage
|
||||
|
||||
To use these actions in your workflows, reference them using the syntax:
|
||||
`uses: rodydavis/shared-actions/<action-name>@main`
|
||||
|
||||
Reference in New Issue
Block a user