We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4260e commit 00980d3Copy full SHA for 00980d3
2 files changed
.pre-commit-config.yaml
@@ -67,3 +67,7 @@ repos:
67
description: check spelling with the typos crate
68
files: \.(html|md|py|sh|ya?ml)$
69
args: [--config=.github/linters/.typos.toml]
70
+ - repo: https://github.com/rhysd/actionlint
71
+ rev: v1.7.7
72
+ hooks:
73
+ - id: actionlint
apache-trusted-release/svn-dist.md
@@ -88,7 +88,6 @@ flowchart TD
88
89
- (b) ATR coexists on rsync.apache.org and detects legacy release addition and deletion.
90
91
-
92
```mermaid
93
flowchart TD
94
subgraph Transition 2B
@@ -106,7 +105,6 @@ flowchart TD
106
105
end
107
```
108
109
110
3. **Legacy is Retired** - `svn:dist/release` is retired.
111
112
0 commit comments