Skip to content

Commit

Permalink
github: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Mar 9, 2024
1 parent 3979f4b commit bbeb5c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: firmware/hashbrown
name: firmware/keira

on: [push]

Expand All @@ -13,7 +13,7 @@ jobs:
path: |
~/.cache/pip
~/.platformio/.cache
./firmware/hashbrown/.pio
./firmware/keira/.pio
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
Expand All @@ -22,5 +22,5 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO Project
working-directory: ./firmware/hashbrown
working-directory: ./firmware/keira
run: pio run -e v2
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ todo:
-not \( -name .pio -prune \) \
-not \( -name mjs -prune \) \
-not \( -name doomgeneric -prune \) \
-not \( -name bak -prune \) \
-iname *.h \
-o -iname *.cpp \
-o -iname *.c \
Expand All @@ -40,6 +41,7 @@ lint:
-not \( -name .pio -prune \) \
-not \( -name mjs -prune \) \
-not \( -name doomgeneric -prune \) \
-not \( -name bak -prune \) \
-iname *.h \
-o -iname *.cpp \
-o -iname *.c \
Expand Down

0 comments on commit bbeb5c9

Please sign in to comment.