mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-17 19:52:38 +08:00
Generate Markdown table of tools (#473)
This commit is contained in:
12
tools/update-markdown.sh
Executable file
12
tools/update-markdown.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
set -eEuo pipefail
|
||||
IFS=$'\n\t'
|
||||
cd "$(dirname "$0")"/..
|
||||
|
||||
# Update markdown
|
||||
#
|
||||
# USAGE:
|
||||
# ./tools/update-markdown.sh
|
||||
|
||||
cargo run --manifest-path tools/codegen/Cargo.toml --bin generate-tools-markdown --release
|
||||
Reference in New Issue
Block a user