Jacky Zhao
2023-08-05 1da467d2143a260af8e5b7d2d2f68f0fcaa0260c
.github/workflows/ci.yaml
@@ -7,7 +7,10 @@
jobs:
  build-and-test:
    runs-on: ubuntu-22.04
    strategy:
      matrix:
        os: [windows-latest, macos-latest, ubuntu-latest]
    runs-on: ${{ matrix.os }}
    permissions:
      contents: write
    steps:
@@ -29,8 +32,9 @@
            ${{ runner.os }}-node-
      - run: npm ci
      - name: Check types and style
        run: npm check
        run: npm run check
      - name: Test
        run: npm test