Skip to content

feat: add workspace env vars UI, store, and modal (scaffold) #2553

feat: add workspace env vars UI, store, and modal (scaffold)

feat: add workspace env vars UI, store, and modal (scaffold) #2553

Workflow file for this run

name: Build
on:
pull_request:
branches:
- "*"
jobs:
build:
name: build
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Build
run: CI=false yarn run build