Skip to content

feat: implements initial sync for v2 APIs #17

feat: implements initial sync for v2 APIs

feat: implements initial sync for v2 APIs #17

Workflow file for this run

name: "🧹 Ruff"
on: [pull_request]
jobs:
lint:
name: Lint Check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: "check"