From 3adc03ee174dc6bd63e340042c33a906b231d439 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 7 Mar 2023 22:51:23 -0600 Subject: [PATCH] Update job name of formatting workflow --- .github/workflows/check-formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 0d9c6c9..8cd5b99 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: - test: + format: runs-on: ubuntu-latest steps: - name: Checkout