mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 21:32:10 +02:00
12 lines
261 B
YAML
12 lines
261 B
YAML
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"
|