Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommie1236 committed Sep 28, 2024
2 parents 9172704 + 592c519 commit a3a7468
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 769 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/render-drawio.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: render drawio

on: [push, pull_request]

jobs:
render_drawio:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Convert diagram to png
uses: Burnett01/actions-drawio@1.2
with:
src: model/layout.drawio
dest: model/render/layout.png
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Build firmware](https://github.com/Tommie1236/midi-controller/actions/workflows/cmake-firmware.yml/badge.svg)](https://github.com/Tommie1236/midi-controller/actions/workflows/cmake-firmware.yml)
[![Build fader-wing](https://github.com/Tommie1236/midi-controller/actions/workflows/cmake-fader-wing.yml/badge.svg)](https://github.com/Tommie1236/midi-controller/actions/workflows/cmake-fader-wing.yml)
[![render drawio](https://github.com/Tommie1236/midi-controller/actions/workflows/render-drawio.yml/badge.svg)](https://github.com/Tommie1236/midi-controller/actions/workflows/render-drawio.yml)

### huge thanks to the amazing [rp2040 skeleton project](https://github.com/daveythacher/RP2040_SKELETON). it helped immensly setting up this project. i probably couldn't have done it without

Expand Down
Loading

0 comments on commit a3a7468

Please sign in to comment.