Skip to content

minor

minor #68

Workflow file for this run

name: test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
clean: false
fetch-depth: 0 # with tags
submodules: 'recursive'
- uses: actions/[email protected]
with:
java-version: 18
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt test