Skip to content

feature: flower (#31) #50

feature: flower (#31)

feature: flower (#31) #50

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn
- run: yarn generate && yarn build