Skip to content

Commit 1fd84b9

Browse files
authored
pre-commit autoupdate; standardize and add docs (#61)
Fix Markdown linting errors after upgrade Format tables
1 parent 8973d1c commit 1fd84b9

4 files changed

Lines changed: 37 additions & 32 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
args: [--markdown-linebreak-ext=md]
3838
exclude: \.svg$
3939
- repo: https://github.com/igorshubovych/markdownlint-cli
40-
rev: v0.45.0
40+
rev: v0.46.0
4141
hooks:
4242
- id: markdownlint
4343
name: run markdownlint
@@ -61,22 +61,28 @@ repos:
6161
types: [yaml]
6262
files: \.ya?ml$
6363
- repo: https://github.com/crate-ci/typos
64-
rev: v1.39.0
64+
rev: v1.39.2
6565
hooks:
6666
- id: typos
6767
name: run typos
6868
description: check spelling with the typos crate
6969
files: \.(html|md|py|sh|ya?ml)$
7070
args: [--config=.github/linters/.typos.toml]
7171
- repo: https://github.com/rhysd/actionlint
72-
rev: v1.7.8
72+
rev: v1.7.9
7373
hooks:
7474
- id: actionlint
75+
name: run actionlint
76+
description: static checker for GitHub Actions workflow files
7577
- repo: https://github.com/python-jsonschema/check-jsonschema
76-
rev: 0.34.1
78+
rev: 0.35.0
7779
hooks:
7880
- id: check-github-workflows
81+
name: run check-github-workflows
82+
description: pre-commit hooks for jsonschema validation with support for GitHub Workflows
7983
- repo: https://github.com/zizmorcore/zizmor-pre-commit
80-
rev: v1.16.2
84+
rev: v1.17.0
8185
hooks:
8286
- id: zizmor
87+
name: run zizmor
88+
description: static analysis for GitHub Actions

apache-trusted-releases/data-model.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,19 @@ Distribution channels may be for test packages. Package Managers will be automat
9595

9696
Multiple roles are possible and available actions are composed. Empty cells denote "no".
9797

98-
| Activity | PMC Member | Release Manager | Committer | Visitor | ASF Member | SysAdmin
99-
| ---------- | ---------- | --------------- | --------- | ------- | ---------- | -----
100-
| binding vote | yes | | | | |
101-
| vote | yes | yes | yes | yes | yes |
102-
| release admin | yes | yes | | | | yes
103-
| project admin | yes | | | | | yes
104-
| product admin | yes | | | | | yes
105-
| manage key | yes | yes | | | |
106-
| run phase | yes | yes | | | | yes
107-
| channel admin | | | | | | yes
108-
| view release events | yes | yes | yes | yes | yes | yes
109-
| view project events | yes | yes | yes | yes | yes | yes
110-
| search all events | | | | | yes | yes
98+
| Activity | PMC Member | Release Manager | Committer | Visitor | ASF Member | SysAdmin |
99+
|---------------------|------------|-----------------|-----------|---------|------------|----------|
100+
| binding vote | yes | | | | | |
101+
| vote | yes | yes | yes | yes | yes | |
102+
| release admin | yes | yes | | | | yes |
103+
| project admin | yes | | | | | yes |
104+
| product admin | yes | | | | | yes |
105+
| manage key | yes | yes | | | | |
106+
| run phase | yes | yes | | | | yes |
107+
| channel admin | | | | | | yes |
108+
| view release events | yes | yes | yes | yes | yes | yes |
109+
| view project events | yes | yes | yes | yes | yes | yes |
110+
| search all events | | | | | yes | yes |
111111

112112
> To vote _visitors_ must provide PII and we need to explain how we are protecting their privacy.
113113

content/pages/data-model.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,19 @@ Distribution channels may be for test packages. Package Managers will be automat
9898

9999
Multiple roles are possible and available actions are composed. Empty cells denote "no".
100100

101-
| Activity | PMC Member | Release Manager | Committer | Visitor | ASF Member | SysAdmin
102-
| ---------- | ---------- | --------------- | --------- | ------- | ---------- | -----
103-
| binding vote | yes | | | | |
104-
| vote | yes | yes | yes | yes | yes |
105-
| release admin | yes | yes | | | | yes
106-
| project admin | yes | | | | | yes
107-
| product admin | yes | | | | | yes
108-
| manage key | yes | yes | | | |
109-
| run phase | yes | yes | | | | yes
110-
| channel admin | | | | | | yes
111-
| view release events | yes | yes | yes | yes | yes | yes
112-
| view project events | yes | yes | yes | yes | yes | yes
113-
| search all events | | | | | yes | yes
101+
| Activity | PMC Member | Release Manager | Committer | Visitor | ASF Member | SysAdmin |
102+
|---------------------|------------|-----------------|-----------|---------|------------|----------|
103+
| binding vote | yes | | | | | |
104+
| vote | yes | yes | yes | yes | yes | |
105+
| release admin | yes | yes | | | | yes |
106+
| project admin | yes | | | | | yes |
107+
| product admin | yes | | | | | yes |
108+
| manage key | yes | yes | | | | |
109+
| run phase | yes | yes | | | | yes |
110+
| channel admin | | | | | | yes |
111+
| view release events | yes | yes | yes | yes | yes | yes |
112+
| view project events | yes | yes | yes | yes | yes | yes |
113+
| search all events | | | | | yes | yes |
114114

115115
> To vote _visitors_ must provide PII and we need to explain how we are protecting their privacy.
116116

content/pages/job-posting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,3 @@ Send your application via [email](mailto:vp-tooling@apache.org?subject=Applicati
125125

126126
Our interview process is humane and traditional. It will be conducted by ASF
127127
staff and members using common video meeting software.
128-

0 commit comments

Comments
 (0)