From 7ab2a246ea7474f8e386af8efb675ab02642857f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:24:12 +0000 Subject: [PATCH] Squashed 'src/' changes from 06302c77..79654e62 79654e62 Add workflows for linting and syncing subtrees, and update subtrees.json format git-subtree-dir: src git-subtree-split: 79654e62f12543065b480f127e77de58d335d1e0 --- phreeqcpp/.github/subtrees.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phreeqcpp/.github/subtrees.json b/phreeqcpp/.github/subtrees.json index 7f076eb3..ff31b0dd 100644 --- a/phreeqcpp/.github/subtrees.json +++ b/phreeqcpp/.github/subtrees.json @@ -1,6 +1,7 @@ [ { "prefix": "common", - "url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc3-src-common.git" + "url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc3-src-common.git", + "repo": "usgs-coupled-subtrees/phreeqc3-src-common" } ] \ No newline at end of file