Skip to content

Commit

Permalink
add catalog validation (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
andersy005 and pre-commit-ci[bot] authored May 6, 2024
1 parent 16b22d9 commit bacc6d3
Showing 1 changed file with 27 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@v4
with:
python-version: "3.10"
- name: validate feedstock entry
uses: leap-stc/data-catalog-actions/leap-catalog@main
with:
single-feedstock: "./feedstock/catalog.yaml"

0 comments on commit bacc6d3

Please sign in to comment.