Skip to content

dark0ghost/arduino_action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino_action

This action compile .ino file

Inputs

file

path to file

link

link to core

Example usage

- name: Build
  uses: dark0ghost/arduino_action@v1
  with:
      file: "arduino esp"
      link: "https://arduino.esp8266.com/stable/package_esp8266com_index.json"

files must contain the extension .ino