Skip to content

Commit e6cf5ae

Browse files
committed
push.yml: Remove trailing spaces.
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent dcda390 commit e6cf5ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/push.yml

+4-4
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,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [windows-latest, macOS-latest]
50-
50+
5151
steps:
5252
- uses: actions/checkout@v2
5353
- uses: actions/setup-python@v2
@@ -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)