diff --git a/registry.toml b/registry.toml index 6ab862a5f6..297d0702da 100644 --- a/registry.toml +++ b/registry.toml @@ -1972,6 +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}}" +] uaa.aliases = ["uaa-cli"] uaa.backends = [ "ubi:cloudfoundry/uaa-cli[exe=uaa]",