Skip to content

Refactor api to simplify code and add proper errors #2

Refactor api to simplify code and add proper errors

Refactor api to simplify code and add proper errors #2

Workflow file for this run

name: Biome Lint
on:
push:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome check
run: biome check .