Skip to content

move stac_model up with gh actions, readme, templates #1

move stac_model up with gh actions, readme, templates

move stac_model up with gh actions, readme, templates #1

Workflow file for this run

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