Skip to content

chore: update play, play-akka-http-server, ... from 2.9.0-RC3 to 2.9.0 #408

chore: update play, play-akka-http-server, ... from 2.9.0-RC3 to 2.9.0

chore: update play, play-akka-http-server, ... from 2.9.0-RC3 to 2.9.0 #408

Workflow file for this run

name: Scala Build and Test CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run compile
run: sbt compile
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run tests
run: sbt test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck