📦 NEW: link check action
This commit is contained in:
parent
56ee83baf1
commit
263b25db4a
|
@ -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…
Reference in New Issue