From 66dde2effb36d5c61713ea7f07bcd29f50a28594 Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Mon, 3 Nov 2025 14:59:41 -0800 Subject: [PATCH 1/2] Add actionlint hook to pre-commit configuration --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e97b1ed..d324a3d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,3 +67,7 @@ repos: description: check spelling with the typos crate files: \.(html|md|py|sh|ya?ml)$ args: [--config=.github/linters/.typos.toml] + - repo: https://github.com/rhysd/actionlint + rev: v1.7.7 + hooks: + - id: actionlint From 5aa91f8f72e8962acf1ae3ea50dcaf1137fd530d Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Mon, 3 Nov 2025 15:03:20 -0800 Subject: [PATCH 2/2] Clean up blank lines in svn-dist.md Removed extra blank lines in svn-dist.md. --- apache-trusted-release/svn-dist.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/apache-trusted-release/svn-dist.md b/apache-trusted-release/svn-dist.md index e3af732..2c66157 100644 --- a/apache-trusted-release/svn-dist.md +++ b/apache-trusted-release/svn-dist.md @@ -88,7 +88,6 @@ flowchart TD - (b) ATR coexists on rsync.apache.org and detects legacy release addition and deletion. - ```mermaid flowchart TD subgraph Transition 2B @@ -106,7 +105,6 @@ flowchart TD end ``` - 3. **Legacy is Retired** - `svn:dist/release` is retired. ```mermaid