Skip to content

Merge pull request #83 from scala-steward/update/sbt-1.10.9 #140

Merge pull request #83 from scala-steward/update/sbt-1.10.9

Merge pull request #83 from scala-steward/update/sbt-1.10.9 #140

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Scala CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
schedule:
- cron: '5 5 * * SAT'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
check-latest: true
cache: 'sbt'
cache-dependency-path: |
build.sbt
project/build.properties
- name: Run tests
run: sbt clean coverage test coverageOff coverageReport