mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Add superprojects.json and lint workflow for validation
This commit is contained in:
parent
d9ae5ebdeb
commit
34ef558eaf
9
src/.github/superprojects.json
vendored
Normal file
9
src/.github/superprojects.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"iphreeqc-src": {
|
||||
"superprojects": [
|
||||
"usgs-coupled/iphreeqc",
|
||||
"usgs-coupled/iphreeqccom",
|
||||
"usgs-coupled-subtrees/phreeqcrm-src"
|
||||
]
|
||||
}
|
||||
}
|
||||
16
src/.github/workflows/lint-superprojects.yml
vendored
Normal file
16
src/.github/workflows/lint-superprojects.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Lint superprojects.json
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/superprojects.json'
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
lint-subtrees:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: usgs-coupled/sync-subtrees-action/lint-superprojects/@main
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
Loading…
x
Reference in New Issue
Block a user