Add meta/check script
This commit is contained in:
parent
4d798dd2e2
commit
136e736a51
1 changed files with 8 additions and 0 deletions
8
meta/check
Executable file
8
meta/check
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
pushd gdn-app
|
||||
pnpm build
|
||||
popd
|
||||
|
||||
cargo clippy
|
||||
Loading…
Add table
Add a link
Reference in a new issue