Skip to content

load_collection and load_stac: Clarify the dimension naming. #489 #1269

load_collection and load_stac: Clarify the dimension naming. #489

load_collection and load_stac: Clarify the dimension naming. #489 #1269

Workflow file for this run

name: Test Processes
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- uses: actions/checkout@v3
- name: Run linter
run: |
npm install
npm test
working-directory: dev