From 64868855a84ddaf5f1043503db32af76cab9058f Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 7 Mar 2023 22:51:05 -0600 Subject: [PATCH] Update job name of linting workflow --- .github/workflows/check-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-linter.yml b/.github/workflows/check-linter.yml index 9c0f870..b72da55 100644 --- a/.github/workflows/check-linter.yml +++ b/.github/workflows/check-linter.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: - test: + lint: runs-on: ubuntu-latest steps: - name: Checkout