Skip to content

Update index (#213) #298

Update index (#213)

Update index (#213) #298

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