Skip to content

Commit 12557ab

Browse files
authored
Create test.yaml
1 parent 08263ff commit 12557ab

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: pytype check
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
check:
8+
runs-on: self-hosted
9+
steps:
10+
- uses: actions/checkout@v2
11+
- name: pytypes checker
12+
uses: theahura/pytypes-action@main
13+
with:
14+
args: -d import-error

0 commit comments

Comments
 (0)