Skip to content

fix: cmdline completion replace behavior when using := #141

fix: cmdline completion replace behavior when using :=

fix: cmdline completion replace behavior when using := #141

Workflow file for this run

name: Stylua
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
env:
CLICOLOR: 1
jobs:
stylua:
name: Check lua files using Stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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