From 76ca96ebe491b1a01924c42022b0b6e0b8f3d57e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:35:53 +0000 Subject: [PATCH] Fix workflows README to match actual docs.yml behavior Co-authored-by: squassina <8495707+squassina@users.noreply.github.com> --- .github/workflows/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 3c25282a..fc0b85c5 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -54,9 +54,10 @@ This directory contains the GitHub Actions workflows for the MangoWC project. - Workflow file itself: `.github/workflows/docs.yml` **What it does**: -- Lints all markdown files using markdownlint-cli2 +- Lints markdown files in the repository using markdownlint-cli2 - Checks for common markdown formatting issues - Ensures documentation follows consistent style guidelines +- Excludes dependency directories (wayland, wlroots, scenefx) to only lint repository files ### lock.yml **Purpose**: Automatically locks inactive issues and PRs to keep the repository clean.