Skip to content

Merge pull request #26 from scala-steward/update/sbt-1.10.0 #51

Merge pull request #26 from scala-steward/update/sbt-1.10.0

Merge pull request #26 from scala-steward/update/sbt-1.10.0 #51

Workflow file for this run

name: Test scala
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Setup Scala
uses: olafurpg/setup-scala@v13
with:
java-version: openjdk@1.17
- name: Test
run: sbt clean compile