Skip to content

Prepare version 1.8.0 #134

Prepare version 1.8.0

Prepare version 1.8.0 #134

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