Skip to content

feat: Rework wrapper and switch to GQL API #1

feat: Rework wrapper and switch to GQL API

feat: Rework wrapper and switch to GQL API #1

Workflow file for this run

name: CI
on: push
jobs:
build:
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 Biome
run: pnpm check