Add Build and Possibly Update Workflows #7
Labels
enhancement
New feature or request
workflows
An issue or suggestion in relation to workflows
wpilib
An issue, feature or update with wpilib
Overview
Add workflows to automatically run checks for Java compilation on this current project and possibly create a workflow to submit a pull request whenever a new WPILib update is available. The updates can also include Vendordeps and any external libraries that we want to use.
In addition to just verifying that the code compiles, if possible, we can also run a simulation for the code itself to verify all core functionality works as expected. However, I'm not quite sure how something like this would be automated using workflows or actions.
The text was updated successfully, but these errors were encountered: