Skip to content

Comment similar issue if threshold not high enough to close #78

Comment similar issue if threshold not high enough to close

Comment similar issue if threshold not high enough to close #78

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