# Bash script to do a test-compile of one or more Arduino programs in a repository each with different compile parameters. if [[ -n $ENV_SKETCH_NAMES ]]; then SKETCH ...
each with different compile parameters. It can be used e.g. to test-compile all examples contained in an Arduino library repository. The action is a "composite run steps" action which uses the arduino ...