This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
address incompatibility of 'end_datetime=null' with STAC Core (relate… #14
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: Check Markdown and Examples | |
on: [push, pull_request] | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
node-version: [14.x] | |
steps: | |
- uses: actions/setup-node@v1 | |
- uses: actions/checkout@v2 | |
- run: | | |
npm install | |
npm test |