Delete .github directory

Removed workflow in lieu of local process.
This commit is contained in:
Knox Lively
2024-02-26 12:00:43 -07:00
committed by GitHub
parent d7f5f85ff1
commit c6008bac3a
-17
View File
@@ -1,17 +0,0 @@
name: Link Checker
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --base . --verbose --no-progress './**/*.md' './**/*.mdx' './**/*.html' './**/*.rst'