Cleanup of github workflow
This commit is contained in:
6
.github/workflows/lint_and_compile.yml
vendored
6
.github/workflows/lint_and_compile.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Lint and Compile
|
name: Compile my Keebs
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-compile:
|
lint-and-compile:
|
||||||
@@ -60,7 +60,3 @@ jobs:
|
|||||||
files: |
|
files: |
|
||||||
/home/runner/compiled/firmware/*.hex
|
/home/runner/compiled/firmware/*.hex
|
||||||
/home/runner/compiled/firmware/*.uf2
|
/home/runner/compiled/firmware/*.uf2
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
|
||||||
ls ${{ github.workspace }}
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
|
||||||
Reference in New Issue
Block a user