Browse Source

refact(stylua): hide stylua configuration file to clean root dir

my-config
NTBBloodbath 3 years ago
parent
commit
03a3f5989d
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 2
      .github/workflows/format.yml
  2. 0
      .stylua.toml

2
.github/workflows/format.yml

@ -14,7 +14,7 @@ jobs:
uses: JohnnyMorganz/stylua-action@1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --config-path=stylua.toml -g *.lua -g !doomrc.lua -g !lua/colors/**/*.lua -- .
args: --config-path=./.stylua.toml -g *.lua -g !doomrc.lua -g !lua/colors/**/*.lua -- .
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"

0
stylua.toml → .stylua.toml

Loading…
Cancel
Save