-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testing on pull requests #47
base: main
Are you sure you want to change the base?
Conversation
tests robot code when you try to make a pull request to main bc nisala told me to do that
@@ -0,0 +1,46 @@ | |||
# this is basically just copied from https://docs.wpilib.org/en/stable/docs/software/advanced-gradlerio/robot-code-ci.html | |||
# i wouldve copied it normally but firefox kept crashing when i copied it over here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
branches: [ main] | |
branches: [ main ] |
@@ -1,6 +1,7 @@ | |||
plugins { | |||
id "java" | |||
id "edu.wpi.first.GradleRIO" version "2024.3.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you fix the tabbing on this lol
test to make sure the code can build, and that code follows the style guide