Skip to content

Fix readme

Fix readme #132

Workflow file for this run

name: CI
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Run all tests
run: ./gradlew check --stacktrace --scan