We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9b4aa commit f461167Copy full SHA for f461167
1 file changed
.github/workflows/build.yml
@@ -3,9 +3,8 @@ on: [pull_request, push]
3
jobs:
4
build:
5
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
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+ - name: Build on Arduino CLI
+ run: bash ci/build-arduino.sh
0 commit comments