ci: add shebangs to scripts

This commit is contained in:
ObserverOfTime 2023-08-15 20:28:55 +03:00
parent 4613314b1f
commit f8bc6c69d7
6 changed files with 17 additions and 12 deletions

View file

@ -1,4 +1,4 @@
-- Execute as `nvim --headless -c "luafile ./scripts/check-queries.lua"`
#!/usr/bin/env -S nvim -l
-- Equivalent to print(), but this will ensure consistent output regardless of
-- operating system.