Skip to content

Commit 00980d3

Browse files
authored
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.
1 parent 5b4260e commit 00980d3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ repos:
6767
description: check spelling with the typos crate
6868
files: \.(html|md|py|sh|ya?ml)$
6969
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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ flowchart TD
8888

8989
- (b) ATR coexists on rsync.apache.org and detects legacy release addition and deletion.
9090

91-
9291
```mermaid
9392
flowchart TD
9493
subgraph Transition 2B
@@ -106,7 +105,6 @@ flowchart TD
106105
end
107106
```
108107

109-
110108
3. **Legacy is Retired** - `svn:dist/release` is retired.
111109

112110
```mermaid

0 commit comments

Comments
 (0)