mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 21:03:25 +00:00
5 lines
56 B
Bash
Executable file
5 lines
56 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
luacheck lua tests
|
|
|
|
stylua --check .
|