iphreeqc/.github/workflows/lint-subtrees.yml
github-actions[bot] 275553971d Squashed 'phreeqc3-examples/' changes from 1dbd65fc..6baa6075
6baa6075 Add workflows and configuration for syncing and linting subtrees

git-subtree-dir: phreeqc3-examples
git-subtree-split: 6baa60752980bb9647c76f946256341b16fb9ca8
2025-08-06 22:48:19 +00:00

20 lines
406 B
YAML

name: Lint subtrees.json
on:
pull_request:
paths:
- '.github/subtrees.json'
workflow_call:
workflow_dispatch:
jobs:
lint-subtrees:
runs-on: ubuntu-latest
env:
CI_SERVER_HOST: github.com
GROUP: usgs-coupled
steps:
- uses: usgs-coupled-subtrees/sync-subtrees-action/lint-subtrees/@main
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}