mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
21 lines
487 B
YAML
21 lines
487 B
YAML
name: Lint superprojects.json
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- '.github/superprojects.json'
|
|
workflow_call:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
lint-superprojects:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: usgs-coupled-subtrees/sync-subtrees-action/lint-superprojects/@main
|
|
with:
|
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
# skip-repos: |
|
|
# - usgs-coupled-subtrees/iphreeqccom
|
|
# - usgs-coupled-subtrees/phreeqcrm-src
|
|
|