From 05dddecdc9413e0d727033969426a24b6cbc90c7 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 20 Feb 2026 09:06:50 -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 596c76c..3c290ea 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 01ebf41..afaae53 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SerializedArrays" uuid = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" -version = "0.2.5" +version = "0.2.6" authors = ["ITensor developers and contributors"] [deps]