Browse Source

📦 NEW: link check action

pull/3256/head
TechWiz-3 3 years ago
parent
commit
263b25db4a
  1. 12
      .github/workflows/linkcheck.yml

12
.github/workflows/linkcheck.yml

@ -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…
Cancel
Save