Skip to content

Enhance "build" command #266

Enhance "build" command

Enhance "build" command #266

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'