Skip to content

Improve v1.10 release notes #2420

Improve v1.10 release notes

Improve v1.10 release notes #2420

Workflow file for this run

name: Docs
on:
pull_request:
paths:
- 'docs/**'
- 'build.sbt'
- 'project/**'
- '.github/workflows/ci-docs.yml'
jobs:
run:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'sbt'
check-latest: true
- name: Review
run: sbt "project docs" clean scalafmtCheck scalafmtSbtCheck paradox paradoxValidateInternalLinks