Skip to content

Move agent package to caller #31

Move agent package to caller

Move agent package to caller #31

Workflow file for this run

name: ci
on:
push:
branches:
- main
paths:
- "packages/**"
pull_request:
paths:
- "packages/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js 18.15
uses: actions/setup-node@v1
with:
node-version: 18.15
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
env:
CI: false