Delete .github/workflows/ci.yaml

This commit is contained in:
2026-03-14 22:18:34 -04:00
committed by GitHub
parent 136cebf0bc
commit c71b59df64
-17
View File
@@ -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"