From 51a09379ee5a5e4d92677dce4d396e94d1b831fd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:44:45 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for TensorKit to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ce842bf..ae81ee9 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Aqua = "0.8.9" LinearAlgebra = "1" SafeTestsets = "0.1" StableRNGs = "1" -TensorKit = "0.13.2, 0.14" +TensorKit = "0.13.2, 0.14, 0.15" Test = "1" julia = "1.10" From 3412aa21f1a1e4635f44d30a8992ae1a04ef64fa Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Fri, 3 Oct 2025 20:46:44 -0400 Subject: [PATCH 2/2] FormatCheck workflow update --- .github/workflows/FormatCheck.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 40aaca1..632b601 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -1,17 +1,15 @@ -name: FormatCheck +name: 'Format' on: - push: - branches: - - 'main' - - 'master' - tags: '*' - pull_request: - branches: - - 'main' - - 'master' + pull_request_target: + paths: ['**/*.jl'] + types: [opened, synchronize, reopened, ready_for_review] + +permissions: + contents: read + actions: write + pull-requests: write jobs: - formatcheck: - name: "Format Check" + Runic: uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/FormatCheck.yml@main"