Skip to content

Tooling and dependency updates #11

Tooling and dependency updates

Tooling and dependency updates #11

Workflow file for this run

on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: 'sbt'
- name: Build
run: sbt compile assembly
# Uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
- name: Upload dependency graph
if: github.repository == 'asciidoctor/gitbucket-asciidoctor-plugin' && github.ref == 'refs/heads/main'
uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91