Skip to content

filter_bbox: Clarified that the bounding box is reprojected to the … #1064

filter_bbox: Clarified that the bounding box is reprojected to the …

filter_bbox: Clarified that the bounding box is reprojected to the … #1064

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