Skip to content

Update readme and nuitka command #195

Update readme and nuitka command

Update readme and nuitka command #195

Workflow file for this run

name: Mypy
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3
uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install mypy
- name: Run Mypy
run: |
mypy battle_map_tv