Skip to content

Commit 8985127

Browse files
committed
Merge branch 'main' into feat-input
2 parents bd321ae + 85d46c2 commit 8985127

File tree

201 files changed

+6341
-4171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+6341
-4171
lines changed

.df/devup-ui.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,17 @@ jobs:
4141
pnpm build
4242
pnpm lint
4343
# rust coverage issue
44-
echo 'max_width = 1000' > .rustfmt.toml
44+
echo 'max_width = 100000' > .rustfmt.toml
4545
echo 'tab_spaces = 4' >> .rustfmt.toml
4646
echo 'newline_style = "Unix"' >> .rustfmt.toml
47-
echo 'fn_call_width = 1000' >> .rustfmt.toml
47+
echo 'fn_call_width = 100000' >> .rustfmt.toml
4848
echo 'fn_params_layout = "Compressed"' >> .rustfmt.toml
49-
echo 'chain_width = 1000' >> .rustfmt.toml
49+
echo 'chain_width = 100000' >> .rustfmt.toml
5050
echo 'merge_derives = true' >> .rustfmt.toml
5151
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
5252
cargo fmt
5353
pnpm test
54+
rm -rf .rustfmt.toml
5455
- name: Benchmark
5556
run: pnpm benchmark
5657
- name: Build Landing

0 commit comments

Comments
 (0)