Skip to content

1 week left should only activate if last activity was 3 weeks ago, no… #102

1 week left should only activate if last activity was 3 weeks ago, no…

1 week left should only activate if last activity was 3 weeks ago, no… #102

Workflow file for this run

name: Python mypy
on: [push, pull_request]
jobs:
static-analysis:
name: Python mypy
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Setup checkout
uses: actions/checkout@v2
- name: mypy
run: |
pip install ".[dev]"
mypy gunpowder