From 6873be561f68b344b6d68dd68da3d30240798e79 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Sun, 21 Jul 2024 16:55:08 -0500 Subject: [PATCH] Rename job --- .github/workflows/cplusplus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cplusplus.yml b/.github/workflows/cplusplus.yml index ea4c2bdd..4a843f8b 100644 --- a/.github/workflows/cplusplus.yml +++ b/.github/workflows/cplusplus.yml @@ -1,4 +1,4 @@ -name: C++ +name: "C++" on: push: @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true jobs: - c-lint: + cpp-lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3