Skip to content

fix(chromadb): use localhost for docker-compose #569

fix(chromadb): use localhost for docker-compose

fix(chromadb): use localhost for docker-compose #569

Workflow file for this run

name: API Lint
on:
push:
paths:
- "apps/api/**"
pull_request:
paths:
- "apps/api/**"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Ruff lint
uses: chartboost/ruff-action@v1
with:
src: "./apps/api"