Skip to content

feat(server): Implement get companies endpoint (#12) #24

feat(server): Implement get companies endpoint (#12)

feat(server): Implement get companies endpoint (#12) #24

Workflow file for this run

name: Scala
on:
pull_request: { }
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
java:
- openjdk21
steps:
- uses: actions/checkout@v2.3.2
- name: "Cache for sbt & coursier ♨️"
uses: coursier/cache-action@v4.1
- name: "Run lint 💉"
run: sbt check
- name: "Run tests 🚀"
run: sbt 'test'