Skip to content

Bump braces from 3.0.2 to 3.0.3 in /site #135

Bump braces from 3.0.2 to 3.0.3 in /site

Bump braces from 3.0.2 to 3.0.3 in /site #135

Workflow file for this run

name: compile-site
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
paths:
- site/**
push:
branches: ['**']
paths:
- site/**
jobs:
compile-site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: yarn
- run: yarn
working-directory: site
- run: yarn typecheck
working-directory: site
- run: yarn build
working-directory: site