Skip to content

feat: Add agents, an example on how to use the agents #9

feat: Add agents, an example on how to use the agents

feat: Add agents, an example on how to use the agents #9

Workflow file for this run

name: Run tests
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Install pnpm dependencies
run: pnpm i
- name: Run tests
run: pnpm test