Skip to content

Merge pull request #7 from ducktrshessami/fixes #53

Merge pull request #7 from ducktrshessami/fixes

Merge pull request #7 from ducktrshessami/fixes #53

Workflow file for this run

name: MinBuild
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: install
run: yarn --immutable
- name: build
run: yarn minbuild