We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9416ce commit 8d0ff43Copy full SHA for 8d0ff43
2 files changed
.github/workflows/tests.yml
@@ -16,8 +16,8 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: JohnnyMorganz/stylua-action@v4
18
with:
19
- token: ${{ secrets.GITHUB_TOKEN }}
20
version: latest
+ token: ${{ secrets.GITHUB_TOKEN }}
21
args: --check . -g '*.lua' -g '!deps/'
22
23
test:
lua/opencode/config.lua
@@ -164,7 +164,7 @@ M.defaults = {
164
show_output = true,
165
show_reasoning_output = true,
166
use_folds = true,
167
- folding_threshold = 10,
+ folding_threshold = 20,
168
},
169
170
max_messages = nil,
0 commit comments