Skip to content

Implement image upload #24

Implement image upload

Implement image upload #24

Workflow file for this run

name: Kotlin CI with Gradle
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set JDK 21
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
- name: Run Tests
run: ./gradlew test