ci: format + scripts

This commit is contained in:
Barrett Ruth 2026-03-04 13:44:12 -05:00
parent bd988e8013
commit eb3ad2bcb0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 23 additions and 13 deletions

7
scripts/ci.sh Executable file
View 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