Skip to content

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.6.0-RC.2 to 0.6.0 #37

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.6.0-RC.2 to 0.6.0

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.6.0-RC.2 to 0.6.0 #37

Workflow file for this run

name: Pull Request Check
on:
pull_request:
branches: [ "master" ]
paths-ignore:
- "**.md"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew build