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