Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
refact(stylua): hide stylua configuration file to clean root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Aug 6, 2021
1 parent a0239d4 commit 03a3f59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: JohnnyMorganz/[email protected]
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"
Expand Down
File renamed without changes.

0 comments on commit 03a3f59

Please sign in to comment.