Skip to content

feat: Rework wrapper and switch to GQL API #3

feat: Rework wrapper and switch to GQL API

feat: Rework wrapper and switch to GQL API #3

Workflow file for this run

name: CI
on: push
jobs:
lint:
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