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 .