mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 21:32:10 +02:00
📦 NEW: link check action
This commit is contained in:
parent
56ee83baf1
commit
263b25db4a
1 changed files with 12 additions and 0 deletions
12
.github/workflows/linkcheck.yml
vendored
Normal file
12
.github/workflows/linkcheck.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: Link-check
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Run linksafe
|
||||||
|
uses: TechWiz-3/linksafe@main
|
||||||
|
with: # comma seperated lists
|
||||||
|
whitelist_files: "./CODEOWNERS"
|
Loading…
Add table
Reference in a new issue