fix ci
This commit is contained in:
parent
2238022a24
commit
b44b1e79bf
3 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Stylua
|
name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
std = "vim"
|
std = "vim"
|
||||||
|
|
||||||
|
[config]
|
||||||
|
lua52 = true
|
||||||
|
|
|
||||||
3
vim.toml
3
vim.toml
|
|
@ -2,8 +2,5 @@
|
||||||
base = "lua52"
|
base = "lua52"
|
||||||
name = "vim"
|
name = "vim"
|
||||||
|
|
||||||
[features]
|
|
||||||
lua52 = true
|
|
||||||
|
|
||||||
[vim]
|
[vim]
|
||||||
any = true
|
any = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue