Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

chore: add Glama claim JSON #6

chore: add Glama claim JSON

chore: add Glama claim JSON #6

Workflow file for this run

name: Run Tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2.17
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run tests
run: bun test