Skip to content

feat: Rework wrapper and switch to GQL API #18

feat: Rework wrapper and switch to GQL API

feat: Rework wrapper and switch to GQL API #18

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- name: Install dependencies
run: pnpm i
- name: Run tests
run: pnpm test