Skip to content

feat: improve billing errors and response metadata #20

feat: improve billing errors and response metadata

feat: improve billing errors and response metadata #20

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build (CMake configure only for template)
run: |
cmake -S . -B build
cmake --build build --config Release || true