Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/self-host-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# `cargo x workflows`: it is not part of Macro's own deploy pipeline and does
# not touch AWS or Pulumi.
#
# The service image builds the focused Email production aggregate used by the
# The service image builds the focused Email production aggregate consumed by the
# VPS deployment. It intentionally avoids the full local development stack.
name: Self-host images

Expand Down
1 change: 1 addition & 0 deletions packages/i18n/extract.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// i18n translation extractor and AST quality gate analysis
import fs from "node:fs";
import path from "node:path";
import { parse } from "@babel/parser";
Expand Down
Loading