iphreeqc/examples/com/.github/workflows/lint-superprojects.yml
Charlton, Scott R. 8cb0264663 Merged git@github.com:usgs-coupled-subtrees/iphreeqc.git master using
git merge --strategy-option=theirs --squash subtrees/master
2025-08-19 12:18:26 -06: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 }}