Skip to content

Merge branch '68_correct_validation_description_errors' into 65-creat… #147

Merge branch '68_correct_validation_description_errors' into 65-creat…

Merge branch '68_correct_validation_description_errors' into 65-creat… #147

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