Skip to content

Update org.eclipse.jgit to 6.9.0.202403050737-r (#87) #7

Update org.eclipse.jgit to 6.9.0.202403050737-r (#87)

Update org.eclipse.jgit to 6.9.0.202403050737-r (#87) #7

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- name: Test
run: sbt core/publishLocal plugin/publishLocal