Skip to content

Update circe-core, circe-generic, ... to 0.14.9 #123

Update circe-core, circe-generic, ... to 0.14.9

Update circe-core, circe-generic, ... to 0.14.9 #123

Workflow file for this run

name: Build the app
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: japgolly/[email protected]
- name: Check code format
run: sbt scalafmtCheckAll
- name: Compile
run: sbt compile
- name: Run tests
run: sbt test
- name : Package the app
run: sbt chromePackage