From 0f5168cf23106d29964ea810b6a7ea83a769632f Mon Sep 17 00:00:00 2001 From: Nateowami Date: Sun, 19 Jan 2025 19:55:12 -0500 Subject: [PATCH] Rename lint job in workflow file (#2961) --- .github/workflows/ci-lint-prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-lint-prettier.yml b/.github/workflows/ci-lint-prettier.yml index 05c8e98b02..73aba9ba02 100644 --- a/.github/workflows/ci-lint-prettier.yml +++ b/.github/workflows/ci-lint-prettier.yml @@ -11,7 +11,7 @@ on: jobs: test: - name: check on Ubuntu Node.js + name: Lint and Prettier runs-on: ubuntu-latest strategy: