mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
📦 NEW: whitelist
This commit is contained in:
parent
e298bd579f
commit
548922cde4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linkcheck.yml
vendored
3
.github/workflows/linkcheck.yml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run linksafe
|
- name: Run linksafe
|
||||||
uses: TechWiz-3/linksafe@main
|
uses: TechWiz-3/linksafe@fast
|
||||||
with:
|
with:
|
||||||
whitelist_files: "codecrafters-banner.png"
|
whitelist_files: "codecrafters-banner.png"
|
||||||
|
whitelist_links: "https://simjue.pages.dev/post/2018/07-01-go-unix-shell/,https://www.jamasoftware.com/blog/lets-write-redux/,https://learnopengl.com/In-Practice/2D-Game/Breakout,https://www.sohamkamani.com/nodejs/telegram-bot/,https://sj14.gitlab.io/post/2018-07-01-go-unix-shell/,https://www.datacamp.com"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue