mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-19 20:14:05 +08:00
codegen: Clean up rust crate handling
This commit is contained in:
5
manifests/shellcheck.json
generated
5
manifests/shellcheck.json
generated
@@ -1,23 +1,20 @@
|
||||
{
|
||||
"rust_crate": null,
|
||||
"template": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/koalaman/shellcheck/releases/download/v${version}/shellcheck-v${version}.linux.x86_64.tar.xz",
|
||||
"bin_dir": "/usr/local/bin",
|
||||
"bin": "shellcheck-v${version}/shellcheck"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/koalaman/shellcheck/releases/download/v${version}/shellcheck-v${version}.darwin.x86_64.tar.xz",
|
||||
"bin_dir": "/usr/local/bin",
|
||||
"bin": "shellcheck-v${version}/shellcheck"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/koalaman/shellcheck/releases/download/v${version}/shellcheck-v${version}.zip",
|
||||
"bin_dir": "/usr/local/bin",
|
||||
"bin": "shellcheck.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/koalaman/shellcheck/releases/download/v${version}/shellcheck-v${version}.linux.aarch64.tar.xz",
|
||||
"bin_dir": "/usr/local/bin",
|
||||
"bin": "shellcheck-v${version}/shellcheck"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user