From 4e839b1dea9951d466e754cf71069175200becda Mon Sep 17 00:00:00 2001 From: Pontus Oldberg Date: Sun, 26 Jun 2022 09:52:14 +0200 Subject: [PATCH] Removed extroneous blank lines --- .github/workflows/githubci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index 53479ca..0d76adc 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -62,7 +62,6 @@ jobs: - name: Setup Python uses: actions/setup-python@v3 - - name: Checkout Code uses: actions/checkout@v3 with: @@ -100,7 +99,6 @@ jobs: pip3 install adafruit-nrfutil uritemplate requests intelhex pip3 install linkermap/ - - name: Build run: | make BOARD=${{ matrix.board }} all @@ -109,7 +107,6 @@ jobs: - name: Linker Map run: make BOARD=${{ matrix.board }} linkermap - - uses: actions/upload-artifact@v3 with: name: ${{ matrix.board }}