Skip to content

Commit 4be877b

Browse files
committed
build: fix broken stylua action
1 parent e9416ce commit 4be877b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: JohnnyMorganz/stylua-action@v4
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
20-
version: latest
2120
args: --check . -g '*.lua' -g '!deps/'
2221

2322
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)