Skip to content

---

--- #880

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: yarn install --immutable
- run: yarn lint
- run: yarn build
- run: yarn test