Skip to content

Add a hillshade layer #278

Add a hillshade layer

Add a hillshade layer #278

name: Test Build (MacOS 13)
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-13
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Build Shield Library 🛡️
run: |
cd shieldlib
npm ci --include=dev
npm run build
- name: Install and Build 🔧
run: |
npm ci --include=dev
npm run build
npm run style
- name: Test 🧪
run: |
npm test
cd shieldlib
npm test