Skip to content

add endpoint to fill department column "manually" #96

add endpoint to fill department column "manually"

add endpoint to fill department column "manually" #96

Workflow file for this run

name: Build, format & test workflow
on: [push]
jobs:
# This workflow contains a single job called "greet"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be
# executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: 'sbt'
- name: Build and Test
run: sbt scalafmtCheckAll scalafmtSbtCheck -v +test