Skip to content

fix(timetable): incorrectly sorted day #86

fix(timetable): incorrectly sorted day

fix(timetable): incorrectly sorted day #86

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
#- name: Set up XCode
# uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: "15.2.0"
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
cache: 'gradle'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew detekt assembleDebug