Skip to content

feat: support no view & view dict (#38) #88

feat: support no view & view dict (#38)

feat: support no view & view dict (#38) #88

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "zeno_client/"
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jpetrucciani/ruff-check@main
with:
path: "zeno_client/"