Skip to content

docs: add PR Voyager vs CodeSandbox CI section (#21) #37

docs: add PR Voyager vs CodeSandbox CI section (#21)

docs: add PR Voyager vs CodeSandbox CI section (#21) #37

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