Skip to content

Add some badges to the README.md #8

Add some badges to the README.md

Add some badges to the README.md #8

name: Compile Sketches
on:
- push
jobs:
compile-sketches:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# https://github.com/arduino/compile-sketches
- name: Compile sketches
uses: arduino/compile-sketches@v1
with:
fqbn: "arduino:avr:mega"
sketch-paths: |
- sketches/final_code_interactive
libraries: |
- name: Adafruit NeoPixel
version: 1.12.0