We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba80b29 commit 2c8d661Copy full SHA for 2c8d661
flatpak_schema.json
@@ -39,4 +39,4 @@
39
]
40
}
41
42
-}
+}
justfile
@@ -37,7 +37,7 @@ clean:
37
38
################### Test / Format
-pull: fmt prettier fix test
+pull: fmt prettier fix test fmt-just
test:
43
cargo test --workspace --all-features
@@ -48,6 +48,9 @@ fix:
48
fmt:
49
cargo fmt --all
50
51
+fmt-just:
52
+ just --unstable --fmt
53
+
54
prettier:
55
# install on Debian: sudo snap install node --classic
56
# npx is the command to run npm package, node is the runtime
0 commit comments