Skip to content

Very minor documentation change. #20

Very minor documentation change.

Very minor documentation change. #20

Workflow file for this run

# Name of your workflow
name: Aruduino Build on push workflow
# Define the trigger events.
on: [push, check_run]
# Jobs run in parallel be default, each runs steps in sequence
jobs:
# Build the ATMEGA-320P
compile-sketch:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: arduino/[email protected]
with:
fqbn: arduino:avr:uno
verbose: true
sketch-paths: arduino/epaper_display
libraries: |
- name: SD
- name: LowPower_LowPowerLab
- name: Arduino_builtin