From ca16f6b6a120e2444f7c6e2556f4ef5435f20491 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 10 Jun 2024 15:37:59 -0400 Subject: [PATCH] Document GitHub Actions integration on the README Signed-off-by: Juan Cruz Viotti --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.markdown b/README.markdown index 7a96a92..520a5ad 100644 --- a/README.markdown +++ b/README.markdown @@ -17,6 +17,12 @@ follows the [Abseil Live at Head](https://abseil.io/about/philosophy#upgrade-support) philosophy. We recommend always following the latest commit in the `main` branch. +### GitHub Actions + +We provide a re-usable GitHub Action that abstract away the most common steps +for Sourcemeta project. Consult [`action.yml`](./action.yml) to see what's +available. + CMake -----