Skip to content

Commit 50f8a85

Browse files
committed
Fix inconsistent indentation of compile-examples workflow file
The first indent was one space, which made it very challenging to get indentation right while working with this file.
1 parent fa8cc60 commit 50f8a85

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
name: Compile Examples
22
on: [push, pull_request]
33
jobs:
4-
build:
5-
runs-on: ubuntu-latest
4+
build:
5+
runs-on: ubuntu-latest
66

7-
env:
8-
LIBRARIES: Arduino_DebugUtils WiFi101 WiFiNINA MKRGSM MKRNB MKRWAN
9-
strategy:
10-
matrix:
11-
fqbn: [
12-
"arduino:samd:mkr1000",
13-
"arduino:samd:mkrwifi1010",
14-
"arduino:samd:nano_33_iot",
15-
"arduino:samd:mkrgsm1400",
16-
"arduino:samd:mkrnb1500",
17-
"arduino:samd:mkrwan1300",
18-
"arduino:samd:mkrwan1310",
19-
'"esp8266:esp8266:huzzah" "https://arduino.esp8266.com/stable/package_esp8266com_index.json"'
20-
]
7+
env:
8+
LIBRARIES: Arduino_DebugUtils WiFi101 WiFiNINA MKRGSM MKRNB MKRWAN
9+
strategy:
10+
matrix:
11+
fqbn: [
12+
"arduino:samd:mkr1000",
13+
"arduino:samd:mkrwifi1010",
14+
"arduino:samd:nano_33_iot",
15+
"arduino:samd:mkrgsm1400",
16+
"arduino:samd:mkrnb1500",
17+
"arduino:samd:mkrwan1300",
18+
"arduino:samd:mkrwan1310",
19+
'"esp8266:esp8266:huzzah" "https://arduino.esp8266.com/stable/package_esp8266com_index.json"'
20+
]
2121

22-
steps:
23-
- uses: actions/checkout@v1
24-
with:
25-
fetch-depth: 1
26-
- name: Compile examples
27-
uses: arduino/actions/libraries/compile-examples@master
28-
with:
29-
fqbn: ${{ matrix.fqbn }}
30-
libraries: ${{ env.LIBRARIES }}
22+
steps:
23+
- uses: actions/checkout@v1
24+
with:
25+
fetch-depth: 1
26+
- name: Compile examples
27+
uses: arduino/actions/libraries/compile-examples@master
28+
with:
29+
fqbn: ${{ matrix.fqbn }}
30+
libraries: ${{ env.LIBRARIES }}

0 commit comments

Comments
 (0)