Skip to content

Commit

Permalink
Implement code quality and formatting checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Sep 2, 2024
1 parent 739914b commit 4aecfe7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test-lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Cache Maven dependencies
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
# - name: Cache Maven dependencies
# uses: actions/cache@v3
# with:
# path: ~/.m2/repository
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
# restore-keys: |
# ${{ runner.os }}-maven-

- name: Install dependencies
run: mvn clean install -DskipTests
Expand Down

0 comments on commit 4aecfe7

Please sign in to comment.