Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 0 additions & 64 deletions .github/rules/main.json

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
# level: info
level: info
show_stats: false
fail_level: warning
config_file: .linkspector.yml
9 changes: 9 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
files:
- README.md
- SECURITY.md
- CONTRIBUTING.md
# dirs:
excludedFiles:
- CHANGELOG.md
# excludedDirs:
useGitIgnore: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
Please go to repository's [Wiki][wiki] (when it's ready)
for more detailed user manual.

Do not hesitate to ask [me](https://djmaxus.github.io/)
Do not hesitate to ask [me](https://djmaxus.deva)

Check failure on line 53 in README.md

View workflow job for this annotation

GitHub Actions / Linkspector / Linkspector

[Linkspector] reported by reviewdog 🐶 Cannot reach https://djmaxus.deva Status: null net::ERR_NAME_NOT_RESOLVED at https://djmaxus.deva Raw Output: message:"Cannot reach https://djmaxus.deva Status: null net::ERR_NAME_NOT_RESOLVED at https://djmaxus.deva" location:{path:"README.md" range:{start:{line:53 column:24} end:{line:53 column:50}}} severity:ERROR source:{name:"linkspector" url:"https://github.com/UmbrellaDocs/linkspector"}
for assistance and technical support.\
And everyone is welcome to open
[issues](https://github.com/djmaxus/matlab-repo-init/issues)
Expand Down
Loading