File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 4848 with :
4949 ignore_words_file : .codespellignore
5050
51+ linkcheck :
52+ name : Markdown Link Check
53+ runs-on : ubuntu-latest
54+ continue-on-error : true
55+ steps :
56+ - uses : actions/checkout@v3
57+ - uses : gaurav-nelson/github-action-markdown-link-check@v1
58+ with :
59+ folder-path : " docs/en/src"
60+
5161 test :
5262 name : Test Suite
5363 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -501,9 +501,9 @@ Else do the following:
501501[ 3 ] : https://github.com/sayanarijit/xplr/releases/tag/v0.14.7
502502[ 4 ] : https://github.com/sayanarijit/xplr/pull/229#issue-662426960
503503[ 6 ] : https://github.com/sayanarijit/xplr/releases/tag/v0.12.1
504- [ 7 ] : https://docs.rs/xplr/latest/xplr/app/enum.ExternalMsg.html#variant.CallLua
505- [ 8 ] : https://docs.rs/xplr/latest/xplr/app/enum.ExternalMsg.html#variant.CallLuaSilently
506- [ 9 ] : https://docs.rs/xplr/latest/xplr/app/struct.CallLuaArg.html
504+ [ 7 ] : messages.md#calllua
505+ [ 8 ] : messages.md#callluasilently
506+ [ 9 ] : lua-function-calls.md#lua-context
507507[ 10 ] : https://docs.rs/xplr/latest/xplr/app/struct.App.html
508508[ 11 ] : https://github.com/sayanarijit/xplr/releases/tag/v0.11.1
509509[ 12 ] : https://github.com/sayanarijit/xplr/releases/tag/v0.10.2
You can’t perform that action at this time.
0 commit comments