diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f4fa0d..04e0435 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -131,6 +131,9 @@ jobs: with: node-version: "lts/*" + - name: Install toolchain + run: npm ci + - name: Format with prettier run: npx prettier --check '**/*'