From d8b35d040638d03c050caab681750d4571d992b2 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Fri, 16 Sep 2022 12:31:27 -0700 Subject: [PATCH] Update travis/2-audit.md Co-authored-by: Luke Cheung Engle <99493186+luke-engle@users.noreply.github.com> --- travis/2-audit.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/travis/2-audit.md b/travis/2-audit.md index 57938e5..077dc5e 100644 --- a/travis/2-audit.md +++ b/travis/2-audit.md @@ -2,7 +2,10 @@ In this lab, you will use the `audit` command to get a high-level view of all projects in a Travis CI organization. -The `audit` command operates by fetching all of the projects defined in a Travis CI organization, converting each to their equivalent GitHub Actions workflow, and writing a report that summarizes how complete and complex of a migration is possible with Valet. +The `audit` command operates by performing the following: +- Fetching all of the projects defined in a Travis CI organization. +- Converting each to their equivalent GitHub Actions workflow. +- Generating a report that summarizes how complete and complex of a migration is possible with Valet. ## Prerequisites