From b44b1e79bfb0b4a604acbb7580c2648342b5a3d5 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 12 Sep 2025 00:13:50 -0500 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- selene.toml | 3 +++ vim.toml | 3 --- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5295ae..21d9968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Stylua +name: ci on: pull_request: diff --git a/selene.toml b/selene.toml index d03ab0a..df08b7c 100644 --- a/selene.toml +++ b/selene.toml @@ -1 +1,4 @@ std = "vim" + +[config] +lua52 = true diff --git a/vim.toml b/vim.toml index b3f8bba..61f4a6e 100644 --- a/vim.toml +++ b/vim.toml @@ -2,8 +2,5 @@ base = "lua52" name = "vim" -[features] -lua52 = true - [vim] any = true