Skip to content

Commit

Permalink
ci: fix scala 3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Oct 10, 2022
1 parent e3c17ad commit 72aebfa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -24,3 +24,19 @@ jobs:
flags: unittests
fail_ci_if_error: true
verbose: true
scalafmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v13
with:
java-version: openjdk@1.11
- run: sbt scalafmtCheckAll
scalafix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v13
with:
java-version: openjdk@1.11
- run: sbt "scalafixAll --check"

0 comments on commit 72aebfa

Please sign in to comment.