Skip to content

change the declared type of datetimes in the readme (#19) #58

change the declared type of datetimes in the readme (#19)

change the declared type of datetimes in the readme (#19) #58

Workflow file for this run

name: Check Markdown and Examples
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository_owner == 'stac-extensions'
steps:
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- uses: actions/checkout@v4
- run: |
npm install
npm test