From 6778ef0e594268d78d88cf980c70d94ad96cc66f Mon Sep 17 00:00:00 2001 From: Parker Stafford Date: Tue, 30 Apr 2024 13:30:24 -0700 Subject: [PATCH] update workflows description --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1bc4e58..b76b559 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Prettier run: yarn prettier:check build: - name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }} + name: Build, and test on Node ${{ matrix.node }} and ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: