Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 563 Bytes

Tech Valley High School Dragons

FRC 5881 - 2023 Robot Source Code

CI

Building and Testing Locally

Before committing, make sure all tests run successfully:

./gradlew build

Do not commit or PR broken code.

Code Formatting

Also make sure all code-formatting is correct:

./gradlew spotlessCheck

You can correct errors manually, or to attempt automatic correction:

./gradlew spotlessApply