Skip to content

Add stac_dist/wetness_index_city_of_luxembourg/wetness_index_city_of_… #911

Add stac_dist/wetness_index_city_of_luxembourg/wetness_index_city_of_…

Add stac_dist/wetness_index_city_of_luxembourg/wetness_index_city_of_… #911

Workflow file for this run

name: Validate generated stac item in the PR
on:
pull_request:
branches:
- main
push:
branches:
- '**'
- '!master'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: install dependencies
run: |
pip install -r ./stac/stac-generator/requirements.txt
- name: validate stac items
run: |
pytest --tb=no ./stac/stac-generator/test/validator.py