The GitHub Actions job "npm_and_yarn in /ui/frontend for @hono/node-server - Update #1268287930" on hamilton.git/main has succeeded. Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).
Head commit for run: 072c40ce3fbfd370cca783d44960fb7798b9ac6a / Giulio Leone <[email protected]> perf: use deque for BFS queue in graph traversal (#1494) * perf: use deque for BFS queue in graph traversal compute_nodes_from_sources() drains a BFS queue via .pop(0) which is O(n) per removal. Switch to collections.deque with .popleft() for O(1) front removal. * fix: sort imports per ruff I001 Report URL: https://github.com/apache/hamilton/actions/runs/22690212198 With regards, GitHub Actions via GitBox
