Skip to content

feat(demo-maps): add view options for showFullExtent in demo #455

feat(demo-maps): add view options for showFullExtent in demo

feat(demo-maps): add view options for showFullExtent in demo #455

Workflow file for this run

# This workflow will do a clean install of node dependencies, test and build the source code.
name: Test and Build CI
on:
push:
branches-ignore:
# run on all branches other then main
- main
tags-ignore:
# And do not run for any tags
- "*"
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- uses: ./.github/actions/test
- uses: ./.github/actions/build