Code review feedback on FileReader: make public vals private #699
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [workflow_dispatch, push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: olafurpg/setup-scala@v11 | |
with: | |
java-version: [email protected] | |
- name: Tyrian Compile & Test | |
run: sbt clean compile scalafmtCheckAll test | |