Skip to content

minor

minor #31

Workflow file for this run

name: readme
on: [push, pull_request]
jobs:
readme:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- name: build
run: sbt "checkReadme"