Skip to content

Update README for updated MatrixClient creation #18

Update README for updated MatrixClient creation

Update README for updated MatrixClient creation #18

Workflow file for this run

name: ci
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build-test:
runs-on: ubuntu-latest
container: eclipse-temurin:21
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Build with Gradle
run: |
./gradlew build
- name: Test with Gradle
run: |
./gradlew check