Skip to content

Update scala-library to 2.13.12 #485

Update scala-library to 2.13.12

Update scala-library to 2.13.12 #485

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 3 * * 2'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
include:
- java: 8
- java: 11
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: ${{matrix.java}}
distribution: adopt
- uses: coursier/cache-action@v6
- run: sbt -v "+ Test/compile" checkScalariform "+ test"