From 4e355b6530e0b3762ea40d7cb66f56eb8b0c61c6 Mon Sep 17 00:00:00 2001 From: Taran Nathan Date: Wed, 13 May 2026 16:47:56 -0700 Subject: [PATCH] test --- .github/workflows/autofmt.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/autofmt.yml b/.github/workflows/autofmt.yml index 206df76..5da3cbf 100644 --- a/.github/workflows/autofmt.yml +++ b/.github/workflows/autofmt.yml @@ -12,6 +12,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 # v2 minimum required + + - name: Set up java + uses: actions/setup-java@v4 + with: + distribution: temurin + java-version: '17' - uses: axel-op/googlejavaformat-action@v4 with: args: "--skip-sorting-imports --replace" -- 2.39.5