Skip to content

Commit 8a57270

Browse files
committed
Add Red Vision submodule, build script, and workflow files
Also remove upstream MicroPython workflow files
1 parent e23e46a commit 8a57270

32 files changed

+83
-1317
lines changed

.github/workflows/biome.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Build Firmware
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- red-vision
7+
push:
8+
branches:
9+
- red-vision
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout repository
16+
uses: actions/checkout@v4
17+
- name: Build Firmware
18+
run: source tools/build_red_vision.sh && build_micropython_red_vision

.github/workflows/code_formatting.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/code_size.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/code_size_comment.yml

Lines changed: 0 additions & 105 deletions
This file was deleted.

.github/workflows/codespell.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/commit_formatting.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/examples.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/mpremote.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/mpy_format.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)