/arduino-sketchjson-parser

Action for parsing Arduino sketch.json

Primary LanguageTypeScriptMIT LicenseMIT

Arduino sketch.json parser

Action for parsing Arduino sketch.json file.

Features:

  • Get FQBN
  • Get platform
  • Export library list as comma separated string

Inputs

sketchfile

Path to sketch.json

Default: sketch.json

Outputs

platform

Arduino platform value based on FQBN

fqbn

FQBN from sketch.json

included_libs

List of libs in comma separated string. Use with this arduino-test-compile parameter

Example usage

TODO

Keep up-to-date with GitHub Dependabot

Since Dependabot has native GitHub Actions support, to enable it on your GitHub repo all you need to do is add the .github/dependabot.yml file:

version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: 'github-actions'
    directory: '/'
    schedule:
      interval: 'daily'