Skip to content

DRY the github workflows by making composite setup action #6

DRY the github workflows by making composite setup action

DRY the github workflows by making composite setup action #6

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: 'Setup'
run: './.github/workflows/setup.yml'
- name: Build the packages
run: yarn lerna run build