Add editorconfig-checker (#430)

This commit is contained in:
John Vandenberg
2024-04-01 08:01:27 +08:00
committed by GitHub
parent ee185407dc
commit ee2b189d46
4 changed files with 97 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ fn main() -> Result<()> {
let args: Vec<_> = env::args().skip(1).collect();
if args.is_empty() || args.iter().any(|arg| arg.starts_with('-')) {
println!(
"USAGE: cargo run -p install-action-internal-codegen -r -- <PACKAGE> [VERSION_REQ]"
"USAGE: cargo run --release -p install-action-internal-codegen -- <PACKAGE> [VERSION_REQ]"
);
std::process::exit(1);
}