iphreeqc/.github/workflows/lint-superprojects.yml
github-actions[bot] 0a5c6fc279 Squashed 'phreeqc3-doc/' changes from 394240f2..05a4c62f
05a4c62f Add workflows and configuration for syncing and linting subtrees

git-subtree-dir: phreeqc3-doc
git-subtree-split: 05a4c62f48558d3d9c4b3dccf6ea4f2bb1f3b8e2
2025-08-06 22:48:18 +00:00

17 lines
358 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 }}