Skip to content

Chore: Move helpers to its own repo #608

Chore: Move helpers to its own repo

Chore: Move helpers to its own repo #608

Workflow file for this run

name: Build
env:
CI: true
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Build
run: yarn build