File tree Expand file tree Collapse file tree 4 files changed +2
-34
lines changed
multiple-clause-functions Expand file tree Collapse file tree 4 files changed +2
-34
lines changed Original file line number Diff line number Diff line change @@ -122,23 +122,3 @@ jobs:
122122 - name : Run Checks
123123 run : bin/ci.sh
124124
125- linkChecker :
126- name : Link Checker
127- runs-on : ubuntu-24.04
128- steps :
129- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
130-
131- - name : Retrieve Lychee Cache
132- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
133- id : lychee-cache # id to use in retrieve action
134- with :
135- path : .lycheecache
136- key : lychee-v1
137-
138- - name : Link Checker
139- uses : lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
140- with :
141- args : --cache --max-cache-age 7d --require-https --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36" --no-progress './**/*.md' './**/*.html' './**/*.json'
142- fail : true
143- env :
144- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ guess()
2222```
2323
2424[default- arguments]: https: // hexdocs.pm/ elixir/ modules- and - functions.html# default-arguments
25- [function- header]: https: // webcf.waybackmachine .org/ web/ 20250125234916 / https: // inquisitivedeveloper.com/ lwm- elixir- 25 /
25+ [function- header]: https: // web.archive .org/ web/ 20250125234916 / https: // inquisitivedeveloper.com/ lwm- elixir- 25 /
Original file line number Diff line number Diff line change 44 "description" : " Getting Started guide - Named Functions"
55 },
66 {
7- "url" : " https://webcf.waybackmachine .org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/" ,
7+ "url" : " https://web.archive .org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/" ,
88 "description" : " Default Values and Multiple Function Clauses"
99 },
1010 {
You can’t perform that action at this time.
0 commit comments