Skip to content

Show layer selector only if more that one layer (#411) #1592

Show layer selector only if more that one layer (#411)

Show layer selector only if more that one layer (#411) #1592

Workflow file for this run

name: jshint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up nodejs
uses: actions/setup-node@v4
with:
node-version: '17'
- name: Run jshint
run: cd public && npm ci && npm run jshint