mirror of
https://github.com/tale/headplane.git
synced 2026-08-24 11:36:31 +00:00
fix: bruh
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ pre-commit:
|
|||||||
stage_fixed: true
|
stage_fixed: true
|
||||||
format:
|
format:
|
||||||
glob: "*"
|
glob: "*"
|
||||||
run: pnpm format {staged_files}
|
run: pnpm format --no-error-on-unmatched-pattern {staged_files}
|
||||||
stage_fixed: true
|
stage_fixed: true
|
||||||
check_go:
|
check_go:
|
||||||
glob: "*.go"
|
glob: "*.go"
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@ in
|
|||||||
|
|
||||||
pnpmDeps = pnpm_10.fetchDeps {
|
pnpmDeps = pnpm_10.fetchDeps {
|
||||||
inherit (finalAttrs) pname version src;
|
inherit (finalAttrs) pname version src;
|
||||||
hash = "sha256-DhmVMQZT53wqi2C3+Tn07KmKrghq48yrCPh/eUMj5tQ=";
|
hash = "sha256-oLqKu5AiqmieAMTTRvz076NJ3GJpuGVkqX4f0sU6Yqs=";
|
||||||
fetcherVersion = 1;
|
fetcherVersion = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user