Skip to content

feat: add pytest-env, and use pydantic settings types #71

feat: add pytest-env, and use pydantic settings types

feat: add pytest-env, and use pydantic settings types #71

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