7 lines
85 B
Fish
Executable file
7 lines
85 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
cargo clippy
|
|
|
|
pushd showbits-thermal-printer-ui
|
|
pnpm check
|
|
popd
|