Skip to content

sbt-pgp: 2.3.0 -> 2.3.1 #1177

sbt-pgp: 2.3.0 -> 2.3.1

sbt-pgp: 2.3.0 -> 2.3.1 #1177

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