This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 00980d3  Add actionlint hook to pre-commit configuration (#49)
00980d3 is described below

commit 00980d3042f093182bc51206408761e78cd373ee
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Nov 3 15:05:28 2025 -0800

    Add actionlint hook to pre-commit configuration (#49)
    
    * Add actionlint hook to pre-commit configuration
    
    * Clean up blank lines in svn-dist.md
    
    Removed extra blank lines in svn-dist.md.
---
 .pre-commit-config.yaml            | 4 ++++
 apache-trusted-release/svn-dist.md | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

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
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to