diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..3d96b8b --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,14 @@ +name: pytype check (self-hosted) + +on: + push: + +jobs: + check: + runs-on: self-hosted + steps: + - uses: actions/checkout@v2 + - name: pytypes checker + uses: theahura/pytypes-action@main + with: + args: -d import-error