diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39ac6ab..64bd291 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,19 +43,19 @@ jobs: # - name: Compile and build robot code # run: ./gradlew simulateJava - # format: - # name: "Lint and Format" - # spotless: - # # The type of runner that the job will run on - # runs-on: ubuntu-latest - # # Steps represent a sequence of tasks that will be executed as part of the job - # steps: - # # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - # - uses: actions/checkout@v4 - # with: - # fetch-depth: 0 - # - uses: actions/setup-java@v4 - # with: - # distribution: 'zulu' - # java-version: 17 - # - run: ./gradlew spotlessApply \ No newline at end of file + format: + name: "Lint and Format" + spotless: + # The type of runner that the job will run on + runs-on: ubuntu-latest + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: actions/setup-java@v4 + with: + distribution: 'zulu' + java-version: 17 + - run: ./gradlew spotlessApply \ No newline at end of file