From 018935bd86c84d468f44d82f78c3e42e38373dce Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Fri, 15 Apr 2022 14:03:14 -0700 Subject: [PATCH] Fix CI job 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 e885d2a..f666ed0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Continuous Integration on: [push] jobs: 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: