From d12cde8d18d1425524fa12f0d2027b49469c4f0d Mon Sep 17 00:00:00 2001 From: Albert Meltzer <7529386+kitbellew@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:35:48 -0800 Subject: [PATCH] CI: update checkout (no tags) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07b222e..a4be634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Set up JVM uses: actions/setup-java@v4 with: @@ -39,5 +39,4 @@ jobs: distribution: 'temurin' java-version: '11' cache: 'sbt' - - run: ./bin/scalafmt --test