Skip to content

Merge pull request #4 from bishabosha/prep-0.1.2 #5

Merge pull request #4 from bishabosha/prep-0.1.2

Merge pull request #4 from bishabosha/prep-0.1.2 #5

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- "v*"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/[email protected]
- uses: VirtusLab/[email protected]
with:
jvm: "8"
power: true
- name: Check formatting
run: scala-cli fmt src project.scala --check
- name: Run unit tests
run: scala-cli test src project.scala --cross