Feature Request
Add scons to the build workflow
Description
Add Scons to the build and deploy workflow files in GitHub actions. If it fails scons for build/deploy workflow, do not block the PR/deployment (yet).
Additionally, you may consolidate the build and deploy workflows to be a single workflow if you are comfortable doing so.
Additional context
This will allow the AAA to verify that code coming in compiles/transpiles automatically. It paves the way for validating the output of the code to keep the quality of algorithms in the AAA high.
For Algorithm Archive Developers
Feature Request
Add scons to the build workflow
Description
Add Scons to the build and deploy workflow files in GitHub actions. If it fails scons for build/deploy workflow, do not block the PR/deployment (yet).
Additionally, you may consolidate the build and deploy workflows to be a single workflow if you are comfortable doing so.
Additional context
This will allow the AAA to verify that code coming in compiles/transpiles automatically. It paves the way for validating the output of the code to keep the quality of algorithms in the AAA high.
For Algorithm Archive Developers