Skip to content

Added route to get all types. #44

Added route to get all types.

Added route to get all types. #44

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
name: Build with Maven
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '20'
- name: Build with Maven
run: mvn package -DskipTests