diff --git a/meta/clippy b/meta/clippy new file mode 100755 index 0000000..b9fcf49 --- /dev/null +++ b/meta/clippy @@ -0,0 +1,5 @@ +#!/usr/bin/env fish + +cargo clippy +pushd showbits-typst-plugin +cargo clippy diff --git a/meta/fmt b/meta/fmt new file mode 100755 index 0000000..12cb37c --- /dev/null +++ b/meta/fmt @@ -0,0 +1,5 @@ +#!/usr/bin/env fish + +cargo fmt +pushd showbits-typst-plugin +cargo fmt