mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:00:45 +00:00
chore: remove stale root tooling files
This commit is contained in:
@@ -321,7 +321,14 @@ describe("scripts/changed-lanes", () => {
|
||||
});
|
||||
|
||||
it("routes root hygiene config changes to tooling instead of all lanes", () => {
|
||||
const result = detectChangedLanes([".dockerignore", ".pre-commit-config.yaml", ".swiftformat"]);
|
||||
const result = detectChangedLanes([
|
||||
".dockerignore",
|
||||
".jscpd.json",
|
||||
".pre-commit-config.yaml",
|
||||
".swiftformat",
|
||||
"Makefile",
|
||||
"openclaw.podman.env",
|
||||
]);
|
||||
const plan = createChangedCheckPlan(result);
|
||||
|
||||
expect(result.lanes).toMatchObject({
|
||||
|
||||
Reference in New Issue
Block a user