From c836cda3d534de6e59ef54ef29fb615202b889cf Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 17 Apr 2024 06:39:36 -0400 Subject: eslint -> biome --- .github/workflows/ci.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67ae243..386a87f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,8 @@ jobs: include: - name: Build command: build - - name: Lint - command: lint + - name: Check + command: ci name: ${{ matrix.name }} runs-on: ubuntu-latest @@ -25,15 +25,17 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup pnpm - uses: pnpm/action-setup@v3 - - name: Setup node.js uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} cache: "pnpm" + - name: Install package manager + run: | + corepack enable + corepack prepare --activate + - name: Install dependencies run: | pnpm install --frozen-lockfile -- cgit v1.2.3