Skip to content

traversal.help: deduplicate stepDocs #350

traversal.help: deduplicate stepDocs

traversal.help: deduplicate stepDocs #350

Workflow file for this run

name: PR
on: pull_request
jobs:
pr:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 19
- uses: actions/cache@v2
with:
path: |
~/.sbt
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- run: sbt scalafmtCheck Test/scalafmtCheck +test