Skip to content

Update sbt, scripted-plugin to 1.10.3 #617

Update sbt, scripted-plugin to 1.10.3

Update sbt, scripted-plugin to 1.10.3 #617

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 21 * * 6'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
- uses: coursier/cache-action@v6
- run: sbt -v
"+ scalafmtCheckAll"
scalafmtSbtCheck
"+ test"