Skip to content

feat: resolve all the pnpm issues without hoisted config (#136) #106

feat: resolve all the pnpm issues without hoisted config (#136)

feat: resolve all the pnpm issues without hoisted config (#136) #106

Workflow file for this run

name: Test
on:
push:
branches:
master
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Setup and install deps
uses: ./.github/actions/setup
- name: Test
run: make test
- name: Build
run: make build-all