Skip to content

shortcut/alias for instantiating a new DiffGraphBuilder #390

shortcut/alias for instantiating a new DiffGraphBuilder

shortcut/alias for instantiating a new DiffGraphBuilder #390

Workflow file for this run

name: pr
on: pull_request
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: olafurpg/setup-scala@v10
- uses: actions/cache@v2
with:
path: |
~/.sbt
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- run: sbt test