Skip to content

update dependencies #391

update dependencies

update dependencies #391

Workflow file for this run

name: Build
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4.1.1
- name: Install
run: yarn install --immutable --check-cache
- name: Generate docs
run: yarn run generate:docs
- name: Build
run: yarn run build
- name: Test
run: yarn run test
- name: Lint
run: yarn run lint