Skip to content

Commit

Permalink
add catalog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored May 15, 2024
1 parent 821b837 commit 433823e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/validate-catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Catalog

on:
pull_request:
branches:
push:
branches:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
validate:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: validate feedstock entry
uses: leap-stc/data-catalog-actions/leap-catalog@main
with:
single-feedstock: "./feedstock/catalog.yaml"
9 changes: 9 additions & 0 deletions feedstock/catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# All the information important to cataloging.
"ncviewjs:meta_yaml_url": "https://github.com/leap-stc/cmip6-leap-feedstock/blob/main/feedstock/meta.yaml"
tags:
- cmip6
- gcs
- zarr
links:
- label: DOI
url: https://zenodo.org/badge/latestdoi/618127503

0 comments on commit 433823e

Please sign in to comment.