Skip to content

Localnet: adjust "VmQueryDelayAfterStartInSec" (30 seconds instead of 120) #716

Localnet: adjust "VmQueryDelayAfterStartInSec" (30 seconds instead of 120)

Localnet: adjust "VmQueryDelayAfterStartInSec" (30 seconds instead of 120) #716

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