From d7c9b50a6323efcfa5c072786382c7e758a67919 Mon Sep 17 00:00:00 2001 From: Vyaas Baskar <68795520+VyaasBaskar@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:17:00 -0700 Subject: [PATCH] Update verify_code.yaml --- .github/workflows/verify_code.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify_code.yaml b/.github/workflows/verify_code.yaml index 79494a1..34d4bc6 100644 --- a/.github/workflows/verify_code.yaml +++ b/.github/workflows/verify_code.yaml @@ -73,8 +73,8 @@ jobs: - name: Install Roborio Toolchain run: ./gradlew installRoborioToolchain - - name: Spotless Check - run: ./gradlew spotlessCheck -PfromCI + # - name: Spotless Check + # run: ./gradlew spotlessCheck -PfromCI - name: Compile code and run tests run: ./gradlew build -PfromCI