Browse Source
refact(stylua): hide stylua configuration file to clean root dir
my-config
NTBBloodbath
3 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
2 changed files with
1 additions and
1 deletions
-
.github/workflows/format.yml
-
.stylua.toml
|
|
@ -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" |
|
|
|