Skip to content

build: Update mypy version to 1.4.1 #323

build: Update mypy version to 1.4.1

build: Update mypy version to 1.4.1 #323

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [ main ]
jobs:
code-checkers:
uses: ./.github/workflows/code-check.yml
check-title:
runs-on: ubuntu-latest
steps:
- name: Check title name convention
uses: jef/conventional-commits-pr-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}