Skip to content

Update GeoServer (#854) #1693

Update GeoServer (#854)

Update GeoServer (#854) #1693

name: Lint Error Handler
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: set -e
- name: Checkout repository
uses: actions/checkout@v2
- name: Install and Lint
uses: actions/[email protected]
with:
node-version: '16'
- run: cd worker/error-handler && npm ci
- run: cd worker/error-handler && npm run lint