diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 857bcba..10cc55f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -18,13 +18,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Set up JDK 21 - working-directory: ./client-lib - uses: actions/setup-java@v4 - with: - java-version: '21' - distribution: 'adopt' - cache: 'maven' - - name: Build with Maven - working-directory: ./client-lib - run: mvn clean install --file pom.xml + - name: Set up JDK 21 + working-directory: ./client-lib + uses: actions/setup-java@v4 + with: + java-version: '21' + distribution: 'adopt' + cache: 'maven' + - name: Build with Maven + working-directory: ./client-lib + run: mvn clean install --file pom.xml