This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Check bad links #618
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
name: Check bad links | |
on: | |
push: | |
branches: [ '*' ] | |
pull_request: | |
branches: [ '*' ] | |
jobs: | |
xrefcheck: | |
name: Check links | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: serokell/xrefcheck-action@v1 | |
with: | |
xrefcheck-version: 0.2 | |
xrefcheck-args: --ignored dependencies |