Skip to content

Commit

Permalink
use setup-java instead of setup-scala
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jan 22, 2022
1 parent 8e04a42 commit d840923
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: coursier/cache-action@v6
- name: Setup Scala
uses: olafurpg/setup-scala@v13
uses: actions/setup-java@v2
with:
java-version: 8
distribution: temurin
- name: Checking your code format
run: sbt +scalafmtCheckAll scalafmtSbtCheck
- name: Run tests
Expand Down

0 comments on commit d840923

Please sign in to comment.