Skip to content

Merge branch 'main' into features/52_testing_for_good_and_bad_data_files #82

Merge branch 'main' into features/52_testing_for_good_and_bad_data_files

Merge branch 'main' into features/52_testing_for_good_and_bad_data_files #82

Workflow file for this run

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