Skip to content

Merge pull request #278 from scala-steward/update/sbt-1.9.9 #499

Merge pull request #278 from scala-steward/update/sbt-1.9.9

Merge pull request #278 from scala-steward/update/sbt-1.9.9 #499

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17 zulu
uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'
- name: Run tests
run: sbt scalafmtCheck test