Skip to content

Commit 8d6630e

Browse files
committed
ci: _
1 parent 4f0a23a commit 8d6630e

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.treefmt.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ options = ["--edition", "2024"]
1111
command = "leptosfmt"
1212
includes = ["*.rs"]
1313
options = ["--tab-spaces", "2", "--max-width", "100"]
14+
15+
[global]
16+
excludes = ["examples/config.*"]

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,8 @@
7070
inherit stdenv;
7171
shellHook =
7272
pre-commit-check.shellHook +
73+
workflowContents.shellHook +
7374
''
74-
mkdir -p ./.github/workflows
75-
cp -f ${workflowContents.errors} ./.github/workflows/errors.yml
76-
cp -f ${workflowContents.warnings} ./.github/workflows/warnings.yml
77-
cp -f ${workflowContents.other} ./.github/workflows/other.yml
78-
7975
cp -f ${v-utils.files.licenses.blue_oak} ./LICENSE
8076
8177
cargo -Zscript -q ${v-utils.hooks.appendCustom} ./.git/hooks/pre-commit

0 commit comments

Comments
 (0)