From aeff25fea689632d0a6c2fce0aea27fd2c188d98 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Tue, 6 May 2025 08:32:29 +0200 Subject: [PATCH] Update email in code of conduct (#55) --- .github/workflows/build-docker.yml | 4 +-- CODE_OF_CONDUCT.md | 2 +- _typos.toml | 11 ++++++++ dist-workspace.toml | 44 +++++++++++++++--------------- 4 files changed, 36 insertions(+), 25 deletions(-) create mode 100644 _typos.toml diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 091ffcc..589ba93 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -14,8 +14,8 @@ on: required: true type: string pull_request: - paths: - - .github/workflows/build-docker.yml + paths: + - .github/workflows/build-docker.yml env: TY_BASE_IMG: ghcr.io/${{ github.repository_owner }}/ty diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 350f742..3fe3712 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -72,7 +72,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -. +. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..98f1619 --- /dev/null +++ b/_typos.toml @@ -0,0 +1,11 @@ +[files] +extend-exclude = [] + +[default.extend-words] + +[default] +extend-ignore-re = [ + # Line ignore with trailing "spellchecker:disable-line" + "(?Rm)^.*#\\s*spellchecker:disable-line$", + "LICENSEs", +] diff --git a/dist-workspace.toml b/dist-workspace.toml index b60e1a3..2cfa8f7 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -21,23 +21,23 @@ windows-archive = ".zip" unix-archive = ".tar.gz" # Target platforms to build apps for (Rust target-triple syntax) targets = [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "aarch64-unknown-linux-musl", - "aarch64-pc-windows-msvc", - "arm-unknown-linux-musleabihf", - "armv7-unknown-linux-gnueabihf", - "armv7-unknown-linux-musleabihf", - "x86_64-apple-darwin", - "powerpc64-unknown-linux-gnu", - "powerpc64le-unknown-linux-gnu", - "s390x-unknown-linux-gnu", - "x86_64-unknown-linux-gnu", + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-linux-musl", + "aarch64-pc-windows-msvc", + "arm-unknown-linux-musleabihf", + "armv7-unknown-linux-gnueabihf", + "armv7-unknown-linux-musleabihf", + "x86_64-apple-darwin", + "powerpc64-unknown-linux-gnu", + "powerpc64le-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", - "x86_64-pc-windows-msvc", - "i686-unknown-linux-gnu", - "i686-unknown-linux-musl", - "i686-pc-windows-msvc" + "x86_64-pc-windows-msvc", + "i686-unknown-linux-gnu", + "i686-unknown-linux-musl", + "i686-pc-windows-msvc", ] # Whether to auto-include files like READMEs, LICENSEs, and CHANGELOGs (default true) auto-includes = false @@ -59,9 +59,9 @@ local-artifacts-jobs = ["./build-binaries", "./build-docker"] publish-jobs = ["./publish-pypi", "./publish-wasm"] # Post-announce jobs to run in CI post-announce-jobs = [ - "./notify-dependents", - "./publish-docs", - "./publish-playground" + "./notify-dependents", + "./publish-docs", + "./publish-playground", ] # Custom permissions for GitHub Jobs github-custom-job-permissions = { "build-docker" = { packages = "write", contents = "read" }, "publish-wasm" = { contents = "read", id-token = "write", packages = "write" } } @@ -74,7 +74,7 @@ install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"] global = "depot-ubuntu-latest-4" [dist.github-action-commits] -"actions/checkout" = "85e6279cec87321a52edac9c87bce653a07cf6c2" # v4 -"actions/upload-artifact" = "6027e3dd177782cd8ab9af838c04fd81a07f1d47" # v4.6.2 -"actions/download-artifact" = "d3f86a106a0bac45b974a628896c90dbdf5c8093" # v4.3.0 +"actions/checkout" = "85e6279cec87321a52edac9c87bce653a07cf6c2" # v4 +"actions/upload-artifact" = "6027e3dd177782cd8ab9af838c04fd81a07f1d47" # v4.6.2 +"actions/download-artifact" = "d3f86a106a0bac45b974a628896c90dbdf5c8093" # v4.3.0 "actions/attest-build-provenance" = "c074443f1aee8d4aeeae555aebba3282517141b2" #v2.2.3