Skip to content

feat(mcp): add invoice tool #10

feat(mcp): add invoice tool

feat(mcp): add invoice tool #10

Workflow file for this run

name: Test on Pull Request
on:
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test