From 07d0539046256906e8194e9d643b2cc86d9caf0f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 4 Mar 2021 17:57:43 -0500 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1788df562cb13..4fe8d9f35d39b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - run: npm install -g pnpm - run: pnpm install --frozen-lockfile - run: pnpm -r build - Lint/typecheck: + Lint / typecheck: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2