ci: format + scripts
This commit is contained in:
parent
bd988e8013
commit
eb3ad2bcb0
6 changed files with 23 additions and 13 deletions
7
scripts/ci.sh
Executable file
7
scripts/ci.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
nix develop --command stylua --check lua spec
|
||||
git ls-files '*.lua' | xargs nix develop --command selene --display-style quiet
|
||||
nix develop --command prettier --check .
|
||||
nix develop --command busted
|
||||
Loading…
Add table
Add a link
Reference in a new issue