From 6e7d072f831d5ff0e3093e887b2d2b2ec8e1e4bc Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:54:54 +0900 Subject: [PATCH 1/2] feat(registry): add typstyle --- registry.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/registry.toml b/registry.toml index 6ab862a5f6..db1e6b2b88 100644 --- a/registry.toml +++ b/registry.toml @@ -1972,6 +1972,8 @@ tusd.backends = ["ubi:tus/tusd"] tusd.test = ["tusd --version | head -n1", "Version: v{{version}}"] typos.backends = ["aqua:crate-ci/typos", "asdf:aschiavon91/asdf-typos"] typst.backends = ["aqua:typst/typst", "asdf:stephane-klein/asdf-typst"] +typstyle.backends = ["aqua:Enter-tainer/typstyle", "ubi:Enter-tainer/typstyle", "cargo:typstyle"] +typstyle.test = ["typstyle --version | grep 'Version:' | awk '{print $2}'", "{{version}}"] uaa.aliases = ["uaa-cli"] uaa.backends = [ "ubi:cloudfoundry/uaa-cli[exe=uaa]", From 1ed0f70b8a038044f0fc5fb32acd8427e9e949b7 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:07:23 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- registry.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/registry.toml b/registry.toml index db1e6b2b88..297d0702da 100644 --- a/registry.toml +++ b/registry.toml @@ -1972,8 +1972,15 @@ tusd.backends = ["ubi:tus/tusd"] tusd.test = ["tusd --version | head -n1", "Version: v{{version}}"] typos.backends = ["aqua:crate-ci/typos", "asdf:aschiavon91/asdf-typos"] typst.backends = ["aqua:typst/typst", "asdf:stephane-klein/asdf-typst"] -typstyle.backends = ["aqua:Enter-tainer/typstyle", "ubi:Enter-tainer/typstyle", "cargo:typstyle"] -typstyle.test = ["typstyle --version | grep 'Version:' | awk '{print $2}'", "{{version}}"] +typstyle.backends = [ + "aqua:Enter-tainer/typstyle", + "ubi:Enter-tainer/typstyle", + "cargo:typstyle" +] +typstyle.test = [ + "typstyle --version | grep 'Version:' | awk '{print $2}'", + "{{version}}" +] uaa.aliases = ["uaa-cli"] uaa.backends = [ "ubi:cloudfoundry/uaa-cli[exe=uaa]",