Skip to content

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.5.0 #9

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.5.0

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.5.0 #9

Workflow file for this run

name: Detekt CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '17'
cache: 'gradle'
- name: Detekt
run: make detekt