Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Merge pull request #334 from kazet/fixing-pl-whois #98

Merge pull request #334 from kazet/fixing-pl-whois

Merge pull request #334 from kazet/fixing-pl-whois #98

Workflow file for this run

name: "lint"
on: [push, pull_request]
jobs:
mypy:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy tld
python3 -m pip install types-redis
- name: Run mypy
run: mypy --strict *.py whois