From 32ceedb143823797ceef8ab425685fb66eafb4cf Mon Sep 17 00:00:00 2001 From: Guillermo Flores V Date: Thu, 13 Jul 2023 13:27:20 -0700 Subject: [PATCH] Fix invalid indentifier error inside of .github/workflows/ci.yml (#364) Fixed invalid identifier from ('build and test') to ('build-and-test') --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9f20bb3..9e443916 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Classroom ci on: [push, pull_request] jobs: - build and test: + build-and-test: name: Build and test runs-on: ubuntu-latest