Skip to content

Updated README for correct pytest file name test_csv_to_code_differen… #171

Updated README for correct pytest file name test_csv_to_code_differen…

Updated README for correct pytest file name test_csv_to_code_differen… #171

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1