Skip to content

Delete file after creating it #282

Delete file after creating it

Delete file after creating it #282

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'