Skip to content

Commit 8d0ff43

Browse files
committed
build: fix broken stylua action
1 parent e9416ce commit 8d0ff43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: JohnnyMorganz/stylua-action@v4
1818
with:
19-
token: ${{ secrets.GITHUB_TOKEN }}
2019
version: latest
20+
token: ${{ secrets.GITHUB_TOKEN }}
2121
args: --check . -g '*.lua' -g '!deps/'
2222

2323
test:

lua/opencode/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ M.defaults = {
164164
show_output = true,
165165
show_reasoning_output = true,
166166
use_folds = true,
167-
folding_threshold = 10,
167+
folding_threshold = 20,
168168
},
169169

170170
max_messages = nil,

0 commit comments

Comments
 (0)