Skip to content

Commit

Permalink
issue #43: add config input
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Nov 29, 2023
1 parent 39a1b52 commit 03b1e4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/workflow-markdown-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
workflow_call:
push:

inputs:
config-file-path:
required: false
type: string

jobs:
markdown-link-check:
runs-on: ubuntu-latest
Expand All @@ -14,7 +19,7 @@ jobs:
- name: Validating links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'config-files/mlc_config.json'
config-file: '${{ inputs.config-file-path }}'

- name: Verify line 80 wrap
uses: DavidAnson/markdownlint-cli2-action@v14
Expand Down
File renamed without changes.

0 comments on commit 03b1e4e

Please sign in to comment.