Skip to content

Merge pull request #1 from cwoffenden/dependabot/github_actions/actio… #17

Merge pull request #1 from cwoffenden/dependabot/github_actions/actio…

Merge pull request #1 from cwoffenden/dependabot/github_actions/actio… #17

Workflow file for this run

name: Static Type Checker
on: [push]
jobs:
run-linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install and run Mypy
uses: python/mypy@master
with:
options: --strict
install_project_dependencies: no