.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: @@ -30,6 +33,9 @@ - run: npm ci - name: Check types and style run: npm run check - name: Test run: npm test