Skip to content

Test basic properties of BufferedImageWriter #338

Test basic properties of BufferedImageWriter

Test basic properties of BufferedImageWriter #338

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'