Skip to content

Mhs/das 2254/integrate as harmony service #6

Mhs/das 2254/integrate as harmony service

Mhs/das 2254/integrate as harmony service #6

# This workflow will run when a PR is opened against the `main` branch.
#
# It will trigger the reusable workflows:
# `.github/workflows/mypy.yml` - which runs mypy on the repository.
#
name: Tests for PRs to main
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
mypy:
uses: ./.github/workflows/mypy.yml