Skip to content

Commit 833adcd

Browse files
authored
Merge pull request #2 from dev-five-git/main
update
2 parents 239d583 + 87c00e6 commit 833adcd

275 files changed

Lines changed: 8754 additions & 5537 deletions

File tree

Some content is hidden

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

.changeset/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"ignore": [
1111
"*-example",
1212
"*-benchmark",
13-
"landing",
14-
"@devup-ui/components"
13+
"landing"
1514
]
1615
}

.df/devup-ui.css

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

.github/workflows/publish.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,20 @@ jobs:
4040
- run: |
4141
pnpm build
4242
pnpm lint
43+
# rust coverage issue
44+
echo 'max_width = 100000' > .rustfmt.toml
45+
echo 'tab_spaces = 4' >> .rustfmt.toml
46+
echo 'newline_style = "Unix"' >> .rustfmt.toml
47+
echo 'fn_call_width = 100000' >> .rustfmt.toml
48+
echo 'fn_params_layout = "Compressed"' >> .rustfmt.toml
49+
echo 'chain_width = 100000' >> .rustfmt.toml
50+
echo 'merge_derives = true' >> .rustfmt.toml
51+
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
52+
cargo fmt
4353
pnpm test
54+
rm -rf .rustfmt.toml
55+
- name: Benchmark
56+
run: pnpm benchmark
4457
- name: Build Landing
4558
run: |
4659
pnpm -F components build-storybook

0 commit comments

Comments
 (0)