Skip to content

Bump maplibre-gl from 5.10.0 to 5.15.0 #36

Bump maplibre-gl from 5.10.0 to 5.15.0

Bump maplibre-gl from 5.10.0 to 5.15.0 #36

Workflow file for this run

name: Run test build
on:
# Runs on pull requests targeting the default branch
pull_request:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Build static styles
run: npm run build-static-styles