Skip to content

Added cli validators test in pytest and CI for localnet dependent tests. #733

Added cli validators test in pytest and CI for localnet dependent tests.

Added cli validators test in pytest and CI for localnet dependent tests. #733

Workflow file for this run

name: mypy reviewdog check
on: [pull_request]
jobs:
mypy:
name: runner / mypy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v2
- uses: tsuyoshicho/action-mypy@v3
with:
github_token: ${{ secrets.github_token }}
filter_mode: nofilter