mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-17 19:52:38 +08:00
Add editorconfig-checker (#430)
This commit is contained in:
31
tools/codegen/base/editorconfig-checker.json
Normal file
31
tools/codegen/base/editorconfig-checker.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"repository": "https://github.com/editorconfig-checker/editorconfig-checker",
|
||||
"tag_prefix": "v",
|
||||
"version_range": ">= 3.0.0",
|
||||
"platform": {
|
||||
"x86_64_linux_gnu": {
|
||||
"asset_name": "ec-linux-amd64.tar.gz",
|
||||
"bin": "bin/ec-linux-amd64"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"asset_name": "ec-linux-arm64.tar.gz",
|
||||
"bin": "bin/ec-linux-arm64"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"asset_name": "ec-darwin-amd64.tar.gz",
|
||||
"bin": "bin/ec-darwin-amd64"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"asset_name": "ec-darwin-arm64.tar.gz",
|
||||
"bin": "bin/ec-darwin-arm64"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "ec-windows-amd64${exe}.tar.gz",
|
||||
"bin": "bin/ec-windows-amd64${exe}"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"asset_name": "ec-windows-arm64${exe}.tar.gz",
|
||||
"bin": "bin/ec-windows-arm64${exe}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user