Skip to content

get similarity threshold from .env #61

get similarity threshold from .env

get similarity threshold from .env #61

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
code-formatter-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
linter-ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1