Skip to content

Delete .github/workflows/pytype_selfhost.yaml #153

Delete .github/workflows/pytype_selfhost.yaml

Delete .github/workflows/pytype_selfhost.yaml #153

Workflow file for this run

name: pytype check
on:
push:
jobs:
check:
strategy:
fail-fast: false
matrix:
runner:
- 'ubuntu-latest'
- 'self-hosted'
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v2
- name: pytypes checker
uses: theahura/pytypes-action@main
with:
args: -d import-error