Add exclusion of IP lookup address #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow checks out code and scans the hyperlinks in | |
# markdown files for broken links | |
name: Validate hyperlinks in markdown files | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
none-shall-pass: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: thevickypedia/[email protected] | |
with: | |
excludeHostnames: "whatismyipaddress" |