Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Update README.md

Update README.md #141

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run checks
run: ./gradlew check --no-daemon --stacktrace