Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 770b954

Browse files
committedJan 17, 2022
push.yml: Remove trailing spaces.
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent dcda390 commit 770b954

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/push.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16-
16+
1717
# Ubuntu
1818
build-arduino-linux:
1919
name: Arduino ${{ matrix.chunk }} on ubuntu-latest
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
2323
chunk: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
24-
24+
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-python@v2
@@ -47,8 +47,8 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [windows-latest, macOS-latest]
50-
51-
steps:
50+
51+
teps:
5252
- uses: actions/checkout@v2
5353
- uses: actions/setup-python@v2
5454
with:
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
matrix:
6565
os: [ubuntu-latest, windows-latest, macOS-latest]
66-
66+
6767
steps:
6868
- uses: actions/checkout@v2
6969
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)
Please sign in to comment.