iphreeqc/phreeqcpp/common/.github/workflows/lint-superprojects.yml
github-actions[bot] e2bd17174b Squashed 'src/' changes from b15a6bde..b33a48e2
b33a48e2 Add workflows and configuration for syncing and linting subtrees

git-subtree-dir: src
git-subtree-split: b33a48e2bab452868b846a242ce3ac8ba7e4748f
2025-08-06 22:48:13 +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 }}