Skip to content

Bump actions/setup-python from 4 to 5 (#2) #19

Bump actions/setup-python from 4 to 5 (#2)

Bump actions/setup-python from 4 to 5 (#2) #19

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@v5
with:
python-version: '3.x'
- name: Install and run Mypy
uses: python/mypy@master
with:
options: --strict
install_project_dependencies: no