Skip to content

yeah

yeah #555

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/[email protected]
with:
node-version: 16
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Build
run: yarn build