diff --git a/.github/workflows/lint-monitor.yml b/.github/workflows/lint-monitor.yml deleted file mode 100644 index a7ade97..0000000 --- a/.github/workflows/lint-monitor.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Lint Monitor - -on: - schedule: - - cron: "0 0 * * 0" # weekly Sunday midnight UTC - workflow_dispatch: - -permissions: - contents: read - issues: write - -jobs: - monitor: - uses: qte77/.github/.github/workflows/lint-md-links.yml@5dfff1f73ac7241ef37b6103e04d2a8373ff68a4 # 2026-04-27 - with: - notify_on_failure: true - permissions: - contents: read - issues: write -...