Skip to content

Commit

Permalink
Upload stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Anhysteretic committed Nov 9, 2023
1 parent 0ac568b commit 1b657d0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: apply spotless
run: ./gradlew spotlessApply

# Runs a single command using the runners shell
- name: Compile and run tests on robot code
run: ./gradlew build
Empty file added .github/workflows/format.yml
Empty file.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-2"
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-3"
id("com.diffplug.spotless") version "6.22.0"
}

Expand Down Expand Up @@ -96,6 +96,7 @@ jar {
}

spotless {
enforceCheck = false
java {
googleJavaFormat()
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/team841/Swerve23/Robot.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.team841.Swerve23;

import com.team841.Swerve23.Constants.ConstantsIO;
import com.team841.Swerve23.Constants.ConstantsIO.robotStates;
import com.team841.Swerve23.Constants.ConstantsIO.robotStates;
import edu.wpi.first.wpilibj.TimedRobot;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.CommandScheduler;
Expand Down

0 comments on commit 1b657d0

Please sign in to comment.