From 04dec5fb2767d494790a745416d5da67830620bf Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 12 Jun 2025 14:48:36 +0200 Subject: [PATCH 1/2] Autofix prettier stuff in codebase --- .github/workflows/autofix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 2b50f97c..f2f6f07c 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -37,5 +37,8 @@ jobs: - name: Format shell run: yarn format-shell + - name: Format codebase (.ts) + run: yarn format + # See https://autofix.ci/ - uses: autofix-ci/action@v1 From a237539d825977c5ab79ee0ace54a8709a7f00dc Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:50:31 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- HACKING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/HACKING.md b/HACKING.md index 4e6257ac..8996a922 100644 --- a/HACKING.md +++ b/HACKING.md @@ -15,11 +15,11 @@ work on CosmJS, i.e. modify it. It is not intended for users of CosmJS. ## Checking out code We use Git for version control. In addition to the well-known basics, we use the -extension Git Large File Storage (LFS) to store blobs (currently \*.zip, \*.png, and -\*.wasm). A git-lfs package is available directly in modern package repositories -(Debian 10+, Ubuntu 18.04+, Homebrew, MacPorts) and as a backport for older -systems. Please see [this website](https://git-lfs.github.com/) for instructions -how to install it. +extension Git Large File Storage (LFS) to store blobs (currently \*.zip, \*.png, +and \*.wasm). A git-lfs package is available directly in modern package +repositories (Debian 10+, Ubuntu 18.04+, Homebrew, MacPorts) and as a backport +for older systems. Please see [this website](https://git-lfs.github.com/) for +instructions how to install it. If you installed git-lfs after cloning this repo, use this command to replace the links with the original files: `git lfs fetch && git lfs checkout`.