Skip to content

Commit

Permalink
Merge pull request #7 from bgravenorst/add-modified-files-option
Browse files Browse the repository at this point in the history
Add option to check all files.
  • Loading branch information
joshuafernandes authored Aug 22, 2024
2 parents a9035bc + 4cc9db7 commit a287306
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion linkcheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ inputs:
description: 'default config file.'
required: false
default: .docs-gha/linkcheck/config/link-check.json
MODIFIED_FILES_ONLY:
description: 'check modified files only'
required: false
default: yes

runs:
using: "composite"
Expand All @@ -37,7 +41,7 @@ runs:
with:
use-quiet-mode: yes
use-verbose-mode: yes
check-modified-files-only: yes
check-modified-files-only: ${{ inputs.MODIFIED_FILES_ONLY }}
config-file: ${{ inputs.CONFIG_FILE }}
base-branch: ${{ inputs.BRANCH }}
folder-path: ${{ inputs.DOC_DIR }}
Expand Down

0 comments on commit a287306

Please sign in to comment.