Skip to content

Remove NumericBitfield (#1463) #621

Remove NumericBitfield (#1463)

Remove NumericBitfield (#1463) #621

name: Website (Next)

Check failure on line 1 in .github/workflows/validate-website-next.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate-website-next.yml

Invalid workflow file

`build` is not a valid event name
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup-js
- name: Build Website
run: yarn build
working-directory: website-next
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yarn install
run: yarn install --frozen-lockfile
working-directory: javascript
- name: yarn tsc
run: yarn tsc
working-directory: website-next