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

2
scripts/write-lockfile.lua Normal file → Executable file
View file

@ -1,4 +1,4 @@
-- Execute as `nvim --headless -c "luafile ./scripts/write-lockfile.lua"`
#!/usr/bin/env -S nvim -l
---@type string|any[]
local skip_langs = vim.fn.getenv "SKIP_LOCKFILE_UPDATE_FOR_LANGS"