feat: initial commit
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
|
||||
formatting = {
|
||||
programs = {
|
||||
oxfmt.enable = true;
|
||||
shfmt.enable = true;
|
||||
};
|
||||
|
||||
@@ -39,12 +38,6 @@
|
||||
"-s"
|
||||
"-w"
|
||||
];
|
||||
oxfmt.includes = [
|
||||
"*.md"
|
||||
"*.yaml"
|
||||
"*.yml"
|
||||
"*.json"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -116,7 +109,7 @@
|
||||
];
|
||||
|
||||
checks.tests = {
|
||||
command = "bazel build //wails/... //wails_bun/... //examples/...";
|
||||
command = "echo 'no tests'";
|
||||
stage = "pre-push";
|
||||
passFilenames = false;
|
||||
runtimeInputs = [ bazel9 ];
|
||||
|
||||
Reference in New Issue
Block a user