Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FAIRiCUBE/data-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Apr 30, 2024
2 parents c9c3a6f + cda3281 commit df961c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ concurrency:
cancel-in-progress: false

jobs:

# Single deploy job since we're just deploying
deploy:
environment:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ jobs:
- name: validate stac items

run: |
python3 ./stac/stac-generator/test/validator.py
pytest --verbosity=1 ./stac/stac-generator/test/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def test_items(dir):
stac_item = pystac.Item.from_file(os.path.join(dir, item))
validate_item(stac_item)



# Mandatory Columns (additions in bold)
# ID [Column C]
# Description [D]
Expand Down

0 comments on commit df961c9

Please sign in to comment.