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

Commit b01c9cb

Browse files
committed
fix(ci): avoid formatting doom_modules.lua to preserve comments spacing
1 parent d0ae4b5 commit b01c9cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: format
22

33
on:
44
push:
5-
paths: '**.lua'
5+
paths: "**.lua"
66
branches: [main, develop]
77

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

0 commit comments

Comments
 (0)