Skip to content

Upgrade typegen to 15.3.1, and update docs #465

Upgrade typegen to 15.3.1, and update docs

Upgrade typegen to 15.3.1, and update docs #465

Workflow file for this run

name: PR
on: [pull_request]
jobs:
pr:
continue-on-error: true
strategy:
matrix:
step: ['build']
runs-on: ubuntu-latest
env:
YARN_ENABLE_SCRIPTS: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable
yarn build
yarn docs