Skip to content

Commit

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

on: [push]

Expand All @@ -13,7 +13,7 @@ jobs:
path: |
~/.cache/pip
~/.platformio/.cache
./firmware/main/.pio
./firmware/hashbrown/.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/main
working-directory: ./firmware/hashbrown
run: pio run -e v2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Made in Ukraine](https://img.shields.io/badge/Made%20in-Ukraine-blue?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjgwMCI%2BCjxyZWN0IHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjgwMCIgZmlsbD0iIzAwNTdCNyIvPgo8cmVjdCB3aWR0aD0iMTIwMCIgaGVpZ2h0PSI0MDAiIHk9IjQwMCIgZmlsbD0iI0ZGRDcwMCIvPgo8L3N2Zz4%3D)
[![Documentation Status](https://readthedocs.org/projects/lilka/badge/?version=latest)](https://docs.lilka.dev)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/and3rson/library/Lilka.svg)](https://registry.platformio.org/libraries/and3rson/Lilka)
[![firmware/main](https://github.com/and3rson/lilka/actions/workflows/firmware_main.yml/badge.svg)](https://github.com/and3rson/lilka/actions/workflows/firmware_main.yml)
[![firmware/hashbrown](https://github.com/and3rson/lilka/actions/workflows/firmware_hashbrown.yml/badge.svg)](https://github.com/and3rson/lilka/actions/workflows/firmware_hashbrown.yml)
[![Discord](https://img.shields.io/discord/1202315568846213172?label=Discord)][discord]

DIY-консоль, яку можна зібрати з дешевих готових модулів.
Expand Down

0 comments on commit 7860c00

Please sign in to comment.