Skip to content

Commit

Permalink
issue #16: create empty json config
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Oct 25, 2023
1 parent b6e0244 commit b6ff92f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/workflow-markdown-dead-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Create empty config file
run: echo '{}' > empty-config.json

- name: Checkout code
- uses: actions/checkout@master
- run: npm install
- run: npx markdown-link-check . --no-config
- uses: gaurav-nelson/github-action-markdown-link-check@v1

- name: Validating links
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: './empty-config.json'

0 comments on commit b6ff92f

Please sign in to comment.