Skip to content

Commit 0d566af

Browse files
committed
build: fix broken stylua action
1 parent 57b7917 commit 0d566af

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
@@ -157,7 +157,7 @@ M.defaults = {
157157
show_output = true,
158158
show_reasoning_output = true,
159159
use_folds = true,
160-
folding_threshold = 10,
160+
folding_threshold = 20,
161161
},
162162

163163
max_messages = nil,

0 commit comments

Comments
 (0)