Skip to content

docs: add PR Voyager vs CodeSandbox CI section #34

docs: add PR Voyager vs CodeSandbox CI section

docs: add PR Voyager vs CodeSandbox CI section #34

Workflow file for this run

name: CI
on:
push:
jobs:
static:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-pnpm
with:
node-version: ${{ matrix.node-version }}
- run: pnpm check