From 8b11b9d270743e7c774fbcf3b9416d7f914c863e Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Fri, 13 Dec 2024 11:33:55 -0400 Subject: [PATCH] ci: rename workflow --- .github/workflows/validate-code-and-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-code-and-image.yml b/.github/workflows/validate-code-and-image.yml index 99cd28b..81f972e 100644 --- a/.github/workflows/validate-code-and-image.yml +++ b/.github/workflows/validate-code-and-image.yml @@ -1,4 +1,4 @@ -name: Lint, format and test +name: Validate codebase and image on: push: