Cleanup of github workflow

This commit is contained in:
2023-11-10 11:29:39 -06:00
parent 7a485562e3
commit ac31e73df1

View File

@@ -1,4 +1,4 @@
name: Lint and Compile
name: Compile my Keebs
on: [push]
jobs:
lint-and-compile:
@@ -60,7 +60,3 @@ jobs:
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 }}."