We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbac11 commit b543586Copy full SHA for b543586
2 files changed
.github/workflows/pytype.yaml
@@ -8,9 +8,8 @@ jobs:
8
check:
9
runs-on: ubuntu-latest
10
steps:
11
- - name: 'Checkout code'
12
- uses: actions/checkout@v2
+ - uses: actions/checkout@v2
13
- name: pytypes checker
14
uses: theahura/pytypes-action@main
15
with:
16
- args: -d import-error
+ args: -d import-error
.github/workflows/pytype_selfhost.yaml
runs-on: 'self-hosted'
- uses: 'actions/checkout@v2'
+ - uses: 'actions/checkout@v2'
- name: 'pytypes checker'
uses: 'theahura/pytypes-action@main'
0 commit comments