Skip to content

Commit

Permalink
Merge pull request #9 from fish-shop/markdown-links
Browse files Browse the repository at this point in the history
Update markdown links workflow
  • Loading branch information
marcransome authored Sep 18, 2022
2 parents 7114f79 + 6ba755c commit e772a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
base-branch: main
check-modified-files-only: yes
use-verbose-mode: yes
config-file: "markdown_link_check_config.json"
config-file: .github/markdown-links.json
- name: Check links in all Markdown files
if: github.event_name != 'pull_request'
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: yes
config-file: "markdown_link_check_config.json"
config-file: .github/markdown-links.json

0 comments on commit e772a58

Please sign in to comment.