Skip to content

Commit

Permalink
Merge pull request #6 from leap-stc/jbusecke-patch-1
Browse files Browse the repository at this point in the history
Create validate-catalog.yaml
  • Loading branch information
jbusecke authored May 8, 2024
2 parents 172034e + fd58c6d commit 53c58e8
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 53c58e8

Please sign in to comment.