Skip to content

[TRELLO-2604] Migrate to new Insee Sirene API #102

[TRELLO-2604] Migrate to new Insee Sirene API

[TRELLO-2604] Migrate to new Insee Sirene API #102

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