We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4aaf2 commit e2aec33Copy full SHA for e2aec33
check-pr/src/main.rs
@@ -111,7 +111,7 @@ async fn main() -> anyhow::Result<()> {
111
let file_name = entry.file_name();
112
if !file_name.to_str().unwrap().ends_with(".yml") {
113
if file_name.to_str().unwrap().ends_with(".yaml") {
114
- println!("{:?}:\n 请将.yml改为.yaml", file_name);
+ println!("{:?}:\n 请将.yaml改为.yml", file_name);
115
} else {
116
println!("{:?}:\n 请检查文件名后缀, 只能为\".yml\"", file_name);
117
}
0 commit comments