Skip to content

ci: refine cache and scala-cli action versions to fix the build #3

ci: refine cache and scala-cli action versions to fix the build

ci: refine cache and scala-cli action versions to fix the build #3

Workflow file for this run

name: main
on:
push:
branches:
- '*'
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@main
- name: Tests
run: make test