mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 01:20:28 +00:00
Clean up alias-related code
This commit is contained in:
@@ -133,9 +133,13 @@ for tool in tools/codegen/base/*.json; do
|
||||
tool="${tool##*/}"
|
||||
tools+=("${tool%.*}")
|
||||
done
|
||||
# Alias
|
||||
tools+=(nextest)
|
||||
# Not manifest-based
|
||||
# Aliases.
|
||||
# NB: Update case for aliases in main.rs.
|
||||
tools+=(
|
||||
nextest
|
||||
taplo-cli
|
||||
)
|
||||
# Non-manifest-based tools.
|
||||
tools+=(valgrind)
|
||||
|
||||
for tool in "${tools[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user