Skip to content

fix saveLines appendLines so that empty and trailing newline is correct #52

fix saveLines appendLines so that empty and trailing newline is correct

fix saveLines appendLines so that empty and trailing newline is correct #52

Workflow file for this run

name: Build
on: [push]
jobs:
Test:
runs-on: ubuntu-20.04
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: SBT Build
run: sbt compile
shell: bash