Skip to content

Commit

Permalink
CI: update checkout (no tags)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Jan 13, 2025
1 parent ea14672 commit d12cde8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -39,5 +39,4 @@ jobs:
distribution: 'temurin'
java-version: '11'
cache: 'sbt'

- run: ./bin/scalafmt --test

0 comments on commit d12cde8

Please sign in to comment.