We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9e32a commit 26c631dCopy full SHA for 26c631d
.github/workflows/arduino.yml
@@ -1,4 +1,4 @@
1
-name: AVR build
+name: AVR
2
on: [push, pull_request]
3
jobs:
4
lint:
.github/workflows/esp32.yml
-name: ESP32 build
+name: ESP32
.github/workflows/rpi.yml
-name: RP2040 build
+name: RP2040
.github/workflows/samd.yml
-name: SAMD build
+name: SAMD
.github/workflows/stm32.yml
-name: STM32 build
+name: STM32
.github/workflows/teensy.yml
-name: Teensy build
+name: Teensy
on: [push]
0 commit comments