Skip to content

fixed E TypeError: unsupported operand type(s) for |: 'type' and 'N… #20

fixed E TypeError: unsupported operand type(s) for |: 'type' and 'N…

fixed E TypeError: unsupported operand type(s) for |: 'type' and 'N… #20

Workflow file for this run

name: Tests and checks
on:
push:
branches:
- '*'
- '*/*'
- '**'
- '!main'
jobs:
changelog:
uses: obervinov/_templates/.github/workflows/changelog.yaml@v1.0.13
pylint:
uses: obervinov/_templates/.github/workflows/pylint.yaml@v1.0.13
pytest:
uses: obervinov/_templates/.github/workflows/pytest.yaml@v1.0.13
pyproject:
uses: obervinov/_templates/.github/workflows/pyproject.yaml@v1.0.13