Skip to content

Commit f461167

Browse files
committed
fix indentation
1 parent cd9b4aa commit f461167

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ on: [pull_request, push]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
6-
steps:
7-
- name: Checkout
8-
uses: actions/checkout@v2
9-
10-
- name: Build on Arduino CLI
11-
run: bash ci/build-arduino.sh
6+
steps:
7+
- name: Checkout
8+
uses: actions/checkout@v2
9+
- name: Build on Arduino CLI
10+
run: bash ci/build-arduino.sh

0 commit comments

Comments
 (0)