Skip to content

Merge pull request #5 from vinitkumar/codex/experiment-fff-plus-exten… #8

Merge pull request #5 from vinitkumar/codex/experiment-fff-plus-exten…

Merge pull request #5 from vinitkumar/codex/experiment-fff-plus-exten… #8

Workflow file for this run

name: Stylua
permissions:
contents: read
on:
push:
branches:
- main
paths:
- "**/*.lua"
- .stylua.toml
- Makefile
- .github/workflows/stylua.yaml
pull_request:
paths:
- "**/*.lua"
- .stylua.toml
- Makefile
- .github/workflows/stylua.yaml
env:
CLICOLOR: 1
jobs:
stylua:
name: Check lua files using Stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Stylua Check Repo
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color=always --check lua plugin tests/test_fff_plus_extension.lua