Skip to content

Refactor commands to use new robotpy-meta launcher API #84

Refactor commands to use new robotpy-meta launcher API

Refactor commands to use new robotpy-meta launcher API #84

Workflow file for this run

---
name: reviewdog
on: [push, pull_request]
jobs:
mypy:
name: runner / mypy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install -e .
- uses: tsuyoshicho/action-mypy@v3
with:
reporter: github-check
target: robotpy_installer
mypy_flags: '--install-types --non-interactive'