mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
📦 NEW: whitelist png file
This commit is contained in:
parent
f93791f615
commit
e298bd579f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linkcheck.yml
vendored
2
.github/workflows/linkcheck.yml
vendored
|
|
@ -11,3 +11,5 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Run linksafe
|
||||
uses: TechWiz-3/linksafe@main
|
||||
with:
|
||||
whitelist_files: "codecrafters-banner.png"
|
||||
|
|
|
|||
Loading…
Reference in a new issue