From ac31e73df1420bec6714391a8c5b94436a6b9add Mon Sep 17 00:00:00 2001 From: Dave Vigil Date: Fri, 10 Nov 2023 11:29:39 -0600 Subject: [PATCH] Cleanup of github workflow --- .github/workflows/lint_and_compile.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index 1e33e72..2df57ae 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -1,4 +1,4 @@ -name: Lint and Compile +name: Compile my Keebs on: [push] jobs: lint-and-compile: @@ -59,8 +59,4 @@ jobs: prerelease: false files: | /home/runner/compiled/firmware/*.hex - /home/runner/compiled/firmware/*.uf2 - - name: List files in the repository - run: | - ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + /home/runner/compiled/firmware/*.uf2 \ No newline at end of file