Update meta scripts
This commit is contained in:
parent
3109f510fd
commit
972263a9d4
9 changed files with 82 additions and 17 deletions
11
meta/check
Executable file
11
meta/check
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
cargo clippy
|
||||
|
||||
pushd showbits-typst-plugin
|
||||
cargo clippy
|
||||
popd
|
||||
|
||||
pushd showbits-thermal-printer-ui
|
||||
pnpm check
|
||||
popd
|
||||
Loading…
Add table
Add a link
Reference in a new issue