Skip to content

Update CHANGELOG with recent changes #340

Update CHANGELOG with recent changes

Update CHANGELOG with recent changes #340

Workflow file for this run

name: Doodle Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v11
- name: Compile
run: sbt 'compile; test; scalafmtCheckAll'