Skip to content

webapp-runner: 7.0.91.0 -> 9.0.27.1 #1110

webapp-runner: 7.0.91.0 -> 9.0.27.1

webapp-runner: 7.0.91.0 -> 9.0.27.1 #1110

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 11
- run: sbt javafmtCheckAll scalafmtCheckAll "scalafixAll --check" test publishLocal scripted