Skip to content

Commit

Permalink
Mypy action.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Jun 20, 2024
1 parent b96be43 commit 39880e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check_with_mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy
- name: Install missing stub packages
run: mypy --install-types --non-interactive

- name: Run mypy
run: mypy py3xui

0 comments on commit 39880e0

Please sign in to comment.