mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
5df53219 Add workflows and configuration for syncing and linting subtrees git-subtree-dir: database git-subtree-split: 5df53219e1f6143cee10c67da88317f0dcd00c2b
20 lines
406 B
YAML
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 }}
|