Action for parsing Arduino sketch.json file.
Features:
- Get FQBN
- Get platform
- Export library list as comma separated string
Path to sketch.json
Default: sketch.json
Arduino platform value based on FQBN
FQBN from sketch.json
List of libs in comma separated string. Use with this arduino-test-compile parameter
TODO
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'