Skip to content

Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.22 #214

Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.22

Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.22 #214

Workflow file for this run

name: Documentation tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test-docs:
name: "Test Documentation"
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 11
- name: Setup Gradle
uses: gradle/[email protected]
- name: Check Docs
run: "./gradlew :documentation:check"