actionlint: Add version 1.6.15 (#3741)

This commit is contained in:
sitiom 2022-07-05 17:37:55 +08:00 committed by GitHub
parent 971a37789e
commit 860f56f52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/actionlint.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "1.6.15",
"description": "Static checker for GitHub Actions workflow files",
"homepage": "https://github.com/rhysd/actionlint",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.15/actionlint_1.6.15_windows_amd64.zip",
"hash": "f35dd6d849f1937fd56d5cca0482ac58bf03a3b179238e20a182019d065757a9"
},
"32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.15/actionlint_1.6.15_windows_386.zip",
"hash": "1ae7365ccd391ceaf52372b184add0ab1bd78e29d49a9635d401944484406383"
}
},
"bin": "actionlint.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/actionlint_$version_checksums.txt"
}
}
}