Skip to content

Commit 4e839b1

Browse files
committed
Removed extroneous blank lines
1 parent f390e75 commit 4e839b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
- name: Setup Python
6363
uses: actions/setup-python@v3
6464

65-
6665
- name: Checkout Code
6766
uses: actions/checkout@v3
6867
with:
@@ -100,7 +99,6 @@ jobs:
10099
pip3 install adafruit-nrfutil uritemplate requests intelhex
101100
pip3 install linkermap/
102101
103-
104102
- name: Build
105103
run: |
106104
make BOARD=${{ matrix.board }} all
@@ -109,7 +107,6 @@ jobs:
109107
- name: Linker Map
110108
run: make BOARD=${{ matrix.board }} linkermap
111109

112-
113110
- uses: actions/upload-artifact@v3
114111
with:
115112
name: ${{ matrix.board }}

0 commit comments

Comments
 (0)