mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 13:22:10 +02:00
📦 NEW: use fast version
This commit is contained in:
parent
263b25db4a
commit
04c22ebcbc
1 changed files with 3 additions and 1 deletions
4
.github/workflows/linkcheck.yml
vendored
4
.github/workflows/linkcheck.yml
vendored
|
@ -7,6 +7,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run linksafe
|
- name: Run linksafe
|
||||||
uses: TechWiz-3/linksafe@main
|
uses: TechWiz-3/linksafe@fast
|
||||||
with: # comma seperated lists
|
with: # comma seperated lists
|
||||||
whitelist_files: "./CODEOWNERS"
|
whitelist_files: "./CODEOWNERS"
|
||||||
|
env:
|
||||||
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue