From c71b59df64c584a3a896696535e28e1b67a98bb2 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 14 Mar 2026 22:18:34 -0400 Subject: [PATCH] Delete .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml deleted file mode 100644 index 4dd4d1e..0000000 --- a/.github/workflows/ci.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: CI - -on: - push: - branches: [main] - pull_request: - branches: [main] - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Lint Markdown - uses: DavidAnson/markdownlint-cli2-action@v15 - with: - globs: "**/*.md"