Skip to content

Commit a457e72

Browse files
committed
fix (ci): 重命名 CI 文件
1 parent 7a4dae4 commit a457e72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Pre Check
22

33
on:
44
push:

src-tauri/src/plugins/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use super::{python2::Python2Plugin, python3::Python3Plugin, LanguagePlugin};
1+
use super::{LanguagePlugin, python2::Python2Plugin, python3::Python3Plugin};
22
use std::collections::HashMap;
33

44
pub struct PluginManager {

0 commit comments

Comments
 (0)