Skip to content

Commit

Permalink
ci(markdown): Add link check for README
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Jul 10, 2023
1 parent 5ab543b commit bb6df31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
gem install awesome_bot
cd extension
#awesome_bot README.md --skip-save-results --allow-dupe --base-url http://localhost:8080/
awesome_bot README.md --skip-save-results --allow-dupe --base-url http://localhost:8080/
awesome_bot doc/*.md --skip-save-results --allow-dupe --white-list repo.magento.com,ddev.site,Composer-plugin-against-Dependency-Confusion-attacks --base-url http://localhost:8080/doc/
- name: Generate table of contents
Expand Down

0 comments on commit bb6df31

Please sign in to comment.