Skip to content

Commit

Permalink
issue #16: running npx with no config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Oct 25, 2023
1 parent 3e2a794 commit b6e0244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-markdown-dead-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'empty-config.json'
- run: npm install
- run: npx markdown-link-check . --no-config
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 comments on commit b6e0244

Please sign in to comment.