add OGC API Thumbnail #696
This file contains 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
name: catalogue-meta-schema-check | |
on: | |
push: | |
branches: | |
- "main" | |
pull_request: | |
jobs: | |
check-catalogue-meta-schema: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/[email protected] | |
with: | |
persist-credentials: false | |
- name: Install and build 🔧 | |
run: | # Install packages and build the catalogue meta.json file for schema checks only | |
yarn | |
yarn build-catalogue-meta |