Skip to content

Commit b543586

Browse files
committed
Formatting.
1 parent 1bbac11 commit b543586

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/pytype.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ jobs:
88
check:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: 'Checkout code'
12-
uses: actions/checkout@v2
11+
- uses: actions/checkout@v2
1312
- name: pytypes checker
1413
uses: theahura/pytypes-action@main
1514
with:
16-
args: -d import-error
15+
args: -d import-error

.github/workflows/pytype_selfhost.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ jobs:
88
check:
99
runs-on: 'self-hosted'
1010
steps:
11-
- name: 'Checkout code'
12-
uses: 'actions/checkout@v2'
11+
- uses: 'actions/checkout@v2'
1312
- name: 'pytypes checker'
1413
uses: 'theahura/pytypes-action@main'
1514
with:
16-
args: -d import-error
15+
args: -d import-error

0 commit comments

Comments
 (0)