Skip to content

Bump scala-cli to 1.4.0 #47

Bump scala-cli to 1.4.0

Bump scala-cli to 1.4.0 #47

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.4.0
- name: Run tests
run: scala-cli test . --jvm temurin:11