Update standardfiles

Signed-off-by: Dan Webb <dan.webb@damacus.io>
This commit is contained in:
Dan Webb 2023-11-01 10:48:37 +00:00
parent d94ffa413e
commit 4cb9d1855f
No known key found for this signature in database
GPG Key ID: 4D2FFA93051A4E2E

View File

@ -1,19 +0,0 @@
---
name: md-links
"on":
pull_request:
push:
branches: [main]
jobs:
md-links:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
use-verbose-mode: "yes"
folder-path: "documentation"