Add Li publication #254
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: Link Checker | |
on: | |
pull_request: | |
paths-ignore: | |
- "**/CITATION.cff" | |
push: | |
paths-ignore: | |
- "**/CITATION.cff" | |
branches-ignore: | |
- main | |
jobs: | |
link-checker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check links | |
uses: docker://dcycle/broken-link-checker:3 | |
with: | |
args: > | |
--ignore-url "^ftp" | |
--ignore-url linkedin | |
--ignore-url iracon | |
--ignore-url SOCIS | |
--ignore-url russianspacesystems | |
--ignore-url agupubs | |
--ignore-url science.org | |
--ignore-url navipedia | |
--ignore-url realtek | |
--ignore-url researchgate | |
--ignore-url microsemi | |
--ignore-url boost | |
--check-extern https://gnss-sdr.org |