Skip to content

Commit

Permalink
yhgfv
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan1522 committed Jul 26, 2024
1 parent f992be0 commit 0c19347
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 0c19347

Please sign in to comment.