FMTDATA (CERES-EBAF-4-2-1, CLASS-1-1, GEWEX-SRB-4-IP, GFED-5-0, HWSD-2-0, Hoffman-1-0, LORA-1-0, RAPID-2023-1a, WECANN-1-0, WOA-23) Licenses and ODS 2.6 global attrs formatting; new versions -> v20260302.nc #98
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: [ pull_request ] | |
| jobs: | |
| validate_registry_additions: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Find changed lines | |
| id: changed_lines | |
| uses: hestonhoffman/changed-lines@v1 | |
| - name: Install uv environment | |
| uses: astral-sh/setup-uv@v4 | |
| - name: Install ilamb3-data and dependencies | |
| run: uv sync | |
| - name: Check the registry additions | |
| run: uv run python scripts/validate_patch.py ${{ steps.changed_lines.outputs.changed_lines }} |