Jacky Zhao
2023-08-07 3adc73a703142b3c0475570e4de16701b2797524
.github/workflows/ci.yaml
@@ -7,7 +7,11 @@
jobs:
  build-and-test:
    runs-on: ubuntu-22.04
    if: ${{ github.repository == 'jackyzha0/quartz' }}
    strategy:
      matrix:
        os: [windows-latest, macos-latest, ubuntu-latest]
    runs-on: ${{ matrix.os }}
    permissions:
      contents: write
    steps:
@@ -30,6 +34,9 @@
      - run: npm ci
      - name: Check types and style
        run: npm run check
      - name: Test
        run: npm test