Skip to content

Commit

Permalink
push.yml: Remove trailing spaces.
Browse files Browse the repository at this point in the history
Signed-off-by: Abdelatif Guettouche <[email protected]>
  • Loading branch information
Ouss4 committed Jan 17, 2022
1 parent dcda390 commit e6cf5ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ concurrency:
cancel-in-progress: true

jobs:

# Ubuntu
build-arduino-linux:
name: Arduino ${{ matrix.chunk }} on ubuntu-latest
runs-on: ubuntu-latest
strategy:
matrix:
chunk: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit e6cf5ae

Please sign in to comment.