mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
- Created .github/subtrees.json to define subtree repositories. - Added linting workflow for subtrees.json in .github/workflows/lint-subtrees.yml. - Implemented sync workflow for subtrees in .github/workflows/subtree.yml. - Created subtrees.json and superprojects.json files in database, examples/c, examples/com, and examples/fortran directories. - Added linting workflows for subtrees.json and superprojects.json in respective directories. - Established sync workflows for subtrees in examples/c, examples/com, examples/fortran, and src directories. - Configured subtrees.json and superprojects.json for src and src/phreeqcpp directories. - Implemented linting workflows for subtrees.json and superprojects.json in src and src/phreeqcpp directories. - Added common superprojects.json in src/phreeqcpp/common directory.
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"usgs-coupled-subtrees/phreeqc3-doc": {
|
|
"superprojects": [
|
|
"usgs-coupled-subtrees/iphreeqc",
|
|
"usgs-coupled-subtrees/iphreeqccom",
|
|
"usgs-coupled-subtrees/phast3-doc",
|
|
"usgs-coupled-subtrees/phreeqc3"
|
|
]
|
|
}
|
|
}
|