Skip to content

Ensure SSH command output is output in correct encoding #67

Ensure SSH command output is output in correct encoding

Ensure SSH command output is output in correct encoding #67

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'