Skip to content

Update org.eclipse.jgit to 5.13.3.202401111512-r #69

Update org.eclipse.jgit to 5.13.3.202401111512-r

Update org.eclipse.jgit to 5.13.3.202401111512-r #69

Workflow file for this run

name: pr
on: pull_request
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
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