Skip to content

Added delete dialog for trip history (not functional yet) #495

Added delete dialog for trip history (not functional yet)

Added delete dialog for trip history (not functional yet) #495

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build