Skip to content

Use scala LTS (3.3.0) and scala-cli 1.0.2 #37

Use scala LTS (3.3.0) and scala-cli 1.0.2

Use scala LTS (3.3.0) and scala-cli 1.0.2 #37

Workflow file for this run

name: Run CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup coursier cache
uses: coursier/cache-action@v6.3
- name: Setup scala-cli
uses: VirtusLab/scala-cli-setup@v1.0.2
- name: Run tests
run: scala-cli test . --jvm temurin:11