From 8d0697b99a3a6b26db197134a5b22d28bd8ddf05 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 12 Sep 2025 00:06:18 -0500 Subject: [PATCH] selene too --- .github/workflows/{stylua.yml => ci.yml} | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) rename .github/workflows/{stylua.yml => ci.yml} (59%) diff --git a/.github/workflows/stylua.yml b/.github/workflows/ci.yml similarity index 59% rename from .github/workflows/stylua.yml rename to .github/workflows/ci.yml index 19a16ae..b5295ae 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - + - uses: JohnnyMorganz/stylua-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest - args: --check . \ No newline at end of file + args: --check . + + - name: Lint with Selene + uses: NTBBloodbath/selene-action@v1.0.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + args: --display-style quiet .