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" 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"