From 9004515e6c4d43749b941832c7653fa34a10aa3f Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 20 Feb 2026 08:51:14 -0500 Subject: [PATCH] Apply always_run_formatter patch --- .github/workflows/FormatCheck.yml | 2 -- Project.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 596c76cf..3c290ead 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -1,8 +1,6 @@ name: "Format Check" on: pull_request_target: - paths: - - "**/*.jl" types: - "opened" - "synchronize" diff --git a/Project.toml b/Project.toml index 2c0c5c92..1213f29a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" -version = "0.10.22" +version = "0.10.23" authors = ["ITensor developers and contributors"] [workspace]