Skip to content

Merge pull request #235 from scala-steward/update/circe-core-0.14.9 #361

Merge pull request #235 from scala-steward/update/circe-core-0.14.9

Merge pull request #235 from scala-steward/update/circe-core-0.14.9 #361

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint
run: sbt scalafmtCheckAll
- name: Test 2.12
run: sbt ++2.12.13! test
- name: Test 2.13
run: sbt ++2.13.5! test