mirror of
https://github.com/harivansh-afk/forge.nvim.git
synced 2026-04-15 06:04:41 +00:00
ci: script
This commit is contained in:
parent
f96eaf5938
commit
0c41ff01fb
1 changed files with 9 additions and 0 deletions
9
scripts/ci.sh
Executable file
9
scripts/ci.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
nix develop .#ci --command stylua --check .
|
||||
git ls-files '*.lua' | xargs nix develop .#ci --command selene --display-style quiet
|
||||
nix develop .#ci --command prettier --check .
|
||||
nix fmt -- --check .
|
||||
nix develop .#ci --command lua-language-server --check lua --configpath "$(pwd)/.luarc.json" --checklevel=Warning
|
||||
nix develop .#ci --command vimdoc-language-server check doc/
|
||||
Loading…
Add table
Add a link
Reference in a new issue