Skip to content

Commit

Permalink
Fix spotless in GH Actions (#2811)
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg authored Feb 1, 2025
1 parent cbff31b commit 4e7d0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Version Suffix
id: suffix
run: echo "VERSION_SUFFIX=$(echo "${{ github.sha }}" | cut -c 1-7)" >> $GITHUB_ENV
- run: git fetch origin 1.20.1
- name: Build
run: ./gradlew build --build-cache
- name: Publish to Maven
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/format-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
code:
- 'src/main/java/**'
- 'src/test/**'
- run: git fetch origin 1.20.1
if: steps.filter.outputs.code == 'true'
- name: Setup Build
if: steps.filter.outputs.code == 'true'
uses: ./.github/actions/build_setup
Expand Down

0 comments on commit 4e7d0bd

Please sign in to comment.