From 438a0fdf8e70385bcedad1b817e3c6c22afb4f1e Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Sat, 7 Mar 2026 10:40:31 -0600 Subject: [PATCH] Update docs workflow --- .github/workflows/docs.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6c67aa0..4bc7230 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,19 @@ -name: docs.yml +name: Docs + on: + push: + branches: + - main + pull_request: + +permissions: + contents: read jobs: + linkinator: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + - uses: JustinBeckwith/linkinator-action@v2 + with: + paths: README.md \ No newline at end of file