Skip to content

Auto publish

Auto publish #28

Workflow file for this run

name: Mypy
on: [ pull_request, workflow_dispatch ]
jobs:
mypy:
name: Mypy Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare Environment
uses: ./.github/actions/prepare-environment
- name: Analysing the code with Mypy
run: |
make check-mypy