Add README for setup-flutter and update main actions index table

This commit is contained in:
2026-08-22 21:03:55 -07:00
parent 4448068c15
commit 2a84c128a5
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ This repository contains reusable composite actions for CI/CD workflows across o
| [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` |
| [Setup Flutter](./setup-flutter) | Cross-platform setup for Flutter with caching on macOS, Windows, and Linux. | `rodydavis/shared-actions/setup-flutter@main` |
<!-- END_ACTIONS_TABLE -->