From dc4a1c32106441dde9d3f4569f9531e7485fcc03 Mon Sep 17 00:00:00 2001 From: ptr727 Date: Mon, 6 Jul 2026 10:13:45 -0700 Subject: [PATCH] Normalize the mixed line endings in validate-task.yml to CRLF validate-task.yml carried an LF action-pin line inside an otherwise-CRLF file; normalize to CRLF to match the .editorconfig default. Content unchanged. Recurring drift from Dependabot uses: bumps under .gitattributes * -text. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/validate-task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-task.yml b/.github/workflows/validate-task.yml index a82b337..8fb72f0 100644 --- a/.github/workflows/validate-task.yml +++ b/.github/workflows/validate-task.yml @@ -54,7 +54,7 @@ jobs: run: dotnet format style --verify-no-changes --severity=info --verbosity=detailed - name: Lint markdown step - uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24.0.0 + uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24.0.0 with: globs: '**/*.md'