File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ jobs:
40
40
- name : Check lightning-transaction-sync electrum SemVer
41
41
uses : obi1kenobi/cargo-semver-checks-action@v2
42
42
with :
43
- package : lightning-transaction-sync
43
+ manifest-path : lightning-transaction-sync/Cargo.toml
44
44
feature-group : only-explicit-features
45
45
features : electrum
46
46
- name : Check lightning-transaction-sync esplora-blocking SemVer
47
47
uses : obi1kenobi/cargo-semver-checks-action@v2
48
48
with :
49
- package : lightning-transaction-sync
49
+ manifest-path : lightning-transaction-sync/Cargo.toml
50
50
feature-group : only-explicit-features
51
51
features : esplora-blocking
52
52
- name : Check lightning-transaction-sync esplora-async SemVer
53
53
uses : obi1kenobi/cargo-semver-checks-action@v2
54
54
with :
55
- package : lightning-transaction-sync
55
+ manifest-path : lightning-transaction-sync/Cargo.toml
56
56
feature-group : only-explicit-features
57
57
features : esplora-async
You can’t perform that action at this time.
0 commit comments