Skip to content

feat: implements initial sync for v2 APIs #2

feat: implements initial sync for v2 APIs

feat: implements initial sync for v2 APIs #2

Workflow file for this run

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