This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Bump ch.qos.logback:logback-classic from 1.2.11 to 1.2.13 in /akka-sample-sharding-java/killrweather #12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and test | |
on: | |
pull_request: | |
jobs: | |
build-test: | |
name: Build docs-gen | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- name: Set up JDK 11 | |
uses: coursier/[email protected] | |
with: | |
jvm: temurin:1.11 | |
- name: Cache Coursier cache | |
uses: coursier/[email protected] | |
- name: Test docs gen | |
run: cd docs-gen && sbt paradox |