This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Add alt text to images on Embedded Elements pages #4165
Workflow file for this run
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
on: | ||
pull_request: | ||
push: | ||
branches: main | ||
name: Linkinator | ||
jobs: | ||
linkinator: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: JustinBeckwith/linkinator-action@v1 | ||
with: | ||
paths: "**/*.md*" | ||
markdown: true | ||
recurse: true | ||
# Temp added broken link below : https://github.com/ethereum/solidity/pull/11843%5Bethereum/solidity | ||
linksToSkip: "https://opensea.io, http://localhost:3000, assets/, /assets, https://support.discord.com, https://www.pokemoncenter.com, https://collab.land/, https://polygonscan.com/, https://etherscan.io/, https://rinkeby.etherscan.io/, https://goerli.etherscan.io/, https://github.com/ethereum/solidity/pull/11843%5Bethereum/solidity, https://developer.android.com, https://twitter.com/thirdweb, https://www.wallstreetmojo.com/english-auction/", https://docs.metamask.io/wallet/how-to/sign-data/ |