Skip to content

Merge pull request #357 from scalacenter/update/sbt-1.9.1 #771

Merge pull request #357 from scalacenter/update/sbt-1.9.1

Merge pull request #357 from scalacenter/update/sbt-1.9.1 #771

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
jdk8:
name: JDK8 tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v14
- run: sbt test scripted
jdk11:
name: JDK11 tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
- run: sbt test scripted
jdk17:
name: JDK17 tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v14
with:
java-version: 17
- run: sbt "test; scripted sbt-scalafix/*"
windows:
name: Windows tests
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v14
- run: sbt ci-windows
shell: bash
checks:
name: Scalafmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v14
- run: ./bin/scalafmt --test