Skip to content

docs: update example workflow (#20) #32

docs: update example workflow (#20)

docs: update example workflow (#20) #32

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