Skip to content

Update sbt-mdoc to 2.6.1 #99

Update sbt-mdoc to 2.6.1

Update sbt-mdoc to 2.6.1 #99

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci-matrix:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
java: [ 'openjdk@1.11' ]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 100
- uses: olafurpg/setup-scala@v14
with:
java-version: ${{ matrix.java }}
# - name: Coursier cache
# uses: coursier/cache-action@v6
- name: sbt ci ${{ github.ref }}
run: sbt ci
ci:
runs-on: ubuntu-22.04
needs: [ci-matrix]
steps:
- name: Aggregate of lint, and all tests
run: echo "ci passed"