Skip to content

Commit 9ef5317

Browse files
authored
Merge pull request #40 from Lemin-n/main
Fixing duckscript and template import in Cargo make
2 parents 6c30991 + 63dee85 commit 9ef5317

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
extend = [{ path = "../cargo-make/main.toml" }]
2-
31
[tasks.fmt-all]
42
script = '''
5-
#!@duckscript
63
leptosfmt .
74
cargo fmt --all
85
cargo clippy --fix -- -D warnings
@@ -11,7 +8,6 @@ cargo clippy --fix -- -D warnings
118

129
[tasks.check]
1310
script = '''
14-
#!@duckscript
1511
leptosfmt --check .
1612
cargo fmt --all --check
1713
cargo clippy -- -D warnings

0 commit comments

Comments
 (0)