Skip to content

Merge pull request #95 from davidfurey/play-json-3.0 #60

Merge pull request #95 from davidfurey/play-json-3.0

Merge pull request #95 from davidfurey/play-json-3.0 #60

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v5
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- run: git fetch --unshallow
- run: sbt +test libraryJVM/versionPolicyCheck