Skip to content

bug: NoneType err on creation #84

bug: NoneType err on creation

bug: NoneType err on creation #84

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
code-formatter-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
linter-ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1