From e4b43dc3029a98111dd79d26f6ccbd7f8f2eae3a Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:03:21 +0000 Subject: [PATCH 1/2] chore: sync CODE_OF_CONDUCT.md file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f4671662..0c0c7440 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,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 -me@olblak.com. +contact@updatecli.io. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the From 6efac23038cb86520f7ce18fb294af4edfbb4470 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:03:24 +0000 Subject: [PATCH 2/2] chore: sync .github/workflows/typos.yaml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/typos.yaml diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml new file mode 100644 index 00000000..13bf9c81 --- /dev/null +++ b/.github/workflows/typos.yaml @@ -0,0 +1,14 @@ +name: Test Typos +on: [pull_request] +permissions: {} +jobs: + run: + name: Spell Check with Typos + runs-on: ubuntu-latest + permissions: + contents: read + steps: + - name: Checkout Actions Repository + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - name: Check spelling of file.txt + uses: crate-ci/typos@d6b38c8b48913f417c9449cd83833b41535b0c54 # renovate/stable-1.x