Skip to content

fix of github actions #3

fix of github actions

fix of github actions #3

Workflow file for this run

name: Typing
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Python & Poetry
uses: sensodevices/async-sendgrid/.github/actions/build_async_sendgrid
with:
poetry-version: "1.6.1"
python-version: "3.11.5"
- name: Execute mypy
run: poetry run mypy async_sendgrid