Skip to content

Change timer delay range #5

Change timer delay range

Change timer delay range #5

Workflow file for this run

name: Compile Sketch
on:
push:
branches: ["main"]
pull_request:
workflow_call:
workflow_dispatch:
jobs:
compile-sketch:
runs-on: ubuntu-latest
steps:
# This step makes the contents of the repository available to the workflow
- name: Checkout repository
uses: actions/checkout@v4
# For more information: https://github.com/arduino/compile-sketches#readme
- name: Compile sketch
uses: arduino/compile-sketches@v1
with:
# Compile for Arduino Nano Every
fqbn: arduino:megaavr:nona4809
sketch-paths: |
# Configure the action to search all folders under the root of the repository for sketches and compile them.
# This is formatted as a YAML list, which makes it possible to have multiple sketch paths if needed.
- ./
libraries: |
# no libraries
-