Skip to content

Commit 7e9659f

Browse files
Deployed to github pages
1 parent 72a8a9a commit 7e9659f

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

all-hooks.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7095,5 +7095,41 @@
70957095
"-i"
70967096
]
70977097
}
7098+
],
7099+
"https://github.com/rhysd/actionlint": [
7100+
{
7101+
"id": "actionlint",
7102+
"name": "Lint GitHub Actions workflow files",
7103+
"description": "Runs actionlint to lint GitHub Actions workflow files",
7104+
"language": "golang",
7105+
"types": [
7106+
"yaml"
7107+
],
7108+
"files": "^\\.github/workflows/",
7109+
"entry": "actionlint",
7110+
"minimum_pre_commit_version": "3.0.0"
7111+
},
7112+
{
7113+
"id": "actionlint-docker",
7114+
"name": "Lint GitHub Actions workflow files",
7115+
"description": "Runs actionlint Docker image to lint GitHub Actions workflow files",
7116+
"language": "docker_image",
7117+
"types": [
7118+
"yaml"
7119+
],
7120+
"files": "^\\.github/workflows/",
7121+
"entry": "rhysd/actionlint:1.6.26"
7122+
},
7123+
{
7124+
"id": "actionlint-system",
7125+
"name": "Lint GitHub Actions workflow files",
7126+
"description": "Runs system-installed actionlint to lint GitHub Actions workflow files",
7127+
"language": "system",
7128+
"types": [
7129+
"yaml"
7130+
],
7131+
"files": "^\\.github/workflows/",
7132+
"entry": "actionlint"
7133+
}
70987134
]
70997135
}

hooks.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4213,6 +4213,25 @@ <h3 data-repo="https://github.com/hhatto/autopep8">
42134213
- A tool that automatically formats Python code to conform to the PEP 8 style guide.
42144214
</li>
42154215
</ul>
4216+
<h3 data-repo="https://github.com/rhysd/actionlint">
4217+
<a href="https://github.com/rhysd/actionlint" target="_blank">
4218+
github.com/rhysd/actionlint
4219+
</a>
4220+
</h3>
4221+
<ul data-repo="https://github.com/rhysd/actionlint">
4222+
<li data-id="actionlint" data-types="yaml">
4223+
<code>actionlint</code>
4224+
- Runs actionlint to lint GitHub Actions workflow files
4225+
</li>
4226+
<li data-id="actionlint-docker" data-types="yaml">
4227+
<code>actionlint-docker</code>
4228+
- Runs actionlint Docker image to lint GitHub Actions workflow files
4229+
</li>
4230+
<li data-id="actionlint-system" data-types="yaml">
4231+
<code>actionlint-system</code>
4232+
- Runs system-installed actionlint to lint GitHub Actions workflow files
4233+
</li>
4234+
</ul>
42164235
</div>
42174236

42184237
<script src="assets/filter_repos.js"></script>

0 commit comments

Comments
 (0)