Skip to content

Feature #3218 warn overwrite, #2110 fail if output exists #17

Feature #3218 warn overwrite, #2110 fail if output exists

Feature #3218 warn overwrite, #2110 fail if output exists #17

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'