Skip to content

Commit 13a2849

Browse files
committed
fix(coprocessor): import fix
1 parent b329106 commit 13a2849

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/listener-cargo-fmt-clippy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
filters: |
3030
rust:
3131
- .github/workflows/listener-cargo-fmt-clippy.yml
32-
- Cargo.toml
33-
- Cargo.lock
32+
- listener/Cargo.toml
33+
- listener/Cargo.lock
3434
- listener/crates/**
3535
3636
fmt-clippy:

.github/workflows/listener-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
filters: |
3030
rust:
3131
- .github/workflows/listener-tests.yml
32-
- Cargo.toml
33-
- Cargo.lock
32+
- listener/Cargo.toml
33+
- listener/Cargo.lock
3434
- listener/crates/**
3535
3636
tests:

0 commit comments

Comments
 (0)