Skip to content

Task 42, creating tests for SampleData GoodFile and BadFile (#56) #85

Task 42, creating tests for SampleData GoodFile and BadFile (#56)

Task 42, creating tests for SampleData GoodFile and BadFile (#56) #85

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