📦 NEW: link check action

This commit is contained in:
TechWiz-3 2022-08-02 11:31:47 +10:00
parent 56ee83baf1
commit 263b25db4a

12
.github/workflows/linkcheck.yml vendored Normal file
View 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"