Skip to content

Commit 7e556dd

Browse files
committed
feat: fix ?
1 parent 2f40fe2 commit 7e556dd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
push:
1414
branches: ["main", "*"]
1515
paths:
16-
- "/**/*.rs"
16+
- "**/**/*.rs"
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: ["main"]

.github/workflows/rust-sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
push:
1414
branches: ["main", "*"]
1515
paths:
16-
- "/**/*.rs"
16+
- "**/**/*.rs"
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: ["main"]

apps/sandbox/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async fn main() {
1818
);
1919
//let namespace = "dev-ws-max-k2l7cd".to_string();
2020
//let ws_name = "weebodevimage".to_string();
21-
// test sonar
21+
// test sonar 2
2222
let extensions = extensions::Extensions::new();
2323
let installed_extensions = extensions.get_installed_extensions();
2424
println!("{:?}", installed_extensions);

0 commit comments

Comments
 (0)