Skip to content

Update index (#225) #321

Update index (#225)

Update index (#225) #321

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: coursier/[email protected]
- uses: coursier/[email protected]
with:
jvm: 11
- run: ./scala-cli.sh compile .
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: coursier/[email protected]
- uses: coursier/[email protected]
with:
jvm: 11
- run: ./scala-cli.sh fmt . --check