Skip to content

Update STAC version to 1.1.0 (#54) #191

Update STAC version to 1.1.0 (#54)

Update STAC version to 1.1.0 (#54) #191

Workflow file for this run

name: Check Markdown and Examples
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- uses: actions/checkout@v2
- run: |
npm install
npm test