-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathactionlint.json
38 lines (38 loc) · 1.61 KB
/
actionlint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"version": "1.7.7",
"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.7.7/actionlint_1.7.7_windows_amd64.zip",
"hash": "7f12f1801bca3d480d67aaf7774f4c2a6359a3ca8eebe382c95c10c9704aa731"
},
"32bit": {
"url": "/~https://github.com/rhysd/actionlint/releases/download/v1.7.7/actionlint_1.7.7_windows_386.zip",
"hash": "66de2b65bcee17de1866287a513cadf47d812229e976e99024e9757645258adb"
},
"arm64": {
"url": "/~https://github.com/rhysd/actionlint/releases/download/v1.7.7/actionlint_1.7.7_windows_arm64.zip",
"hash": "76e9514cfac18e5677aa04f3a89873c981f16a2f2353bb97372a86cd09b1f5a8"
}
},
"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"
},
"arm64": {
"url": "/~https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/actionlint_$version_checksums.txt"
}
}
}