Update GeoServer (#854) #1693
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |