Skip to content

Bump com.diffplug.spotless:spotless-maven-plugin from 2.38.0 to 2.39.… #1751

Bump com.diffplug.spotless:spotless-maven-plugin from 2.38.0 to 2.39.…

Bump com.diffplug.spotless:spotless-maven-plugin from 2.38.0 to 2.39.… #1751

Workflow file for this run

---
name: Docs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# don't need to check planetiler-openmaptiles
submodules: false
- name: Run link check
uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
config-file: '.github/workflows/docs_mlc_config.json'