Skip to content

Feature dtcenter/METplus#3247 link check #1

Feature dtcenter/METplus#3247 link check

Feature dtcenter/METplus#3247 link check #1

Workflow file for this run

name: Linkcheck
on:
schedule:
- cron: '0 6 * * 1'
pull_request:
paths:
- 'docs/**'
workflow_dispatch: {}
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtcenter/metplus-action-linkcheck@v1
with:
fail-on-broken-links: 'true'
upload-artifact: 'true'
install-package: 'true'